Mercurial > dive4elements > framework
comparison ChangeLog @ 347:16ab243507e0
Let StateEngine compute compatibility matrix based on a list of states.
artifacts/trunk@3108 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 28 Oct 2011 10:08:35 +0000 |
parents | 2d525562fae9 |
children | f2277458823e |
comparison
equal
deleted
inserted
replaced
346:2d525562fae9 | 347:16ab243507e0 |
---|---|
1 2011-10-28 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Let StateEngine compute a compatibiliy matrix based on given State | |
4 IDs. | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/StateEngine.java | |
7 (getCompatibleFacets): New. Compute output/facet compatibility | |
8 matrix based on given states. | |
9 | |
1 2011-10-21 Ingo Weinzierl <ingo@intevation.de> | 10 2011-10-21 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * artifact-database/src/main/resources/sql/org-h2-driver.properties: | 12 * artifact-database/src/main/resources/sql/org-h2-driver.properties: |
4 Bugfix: added missing bracket to an sql statement. | 13 Bugfix: added missing bracket to an sql statement. |
5 | 14 |