Mercurial > dive4elements > framework
comparison ChangeLog @ 202:c03d3a872cd2
Fixed a bug in the ElementCreator of the XMLUtils.
artifacts/trunk@1447 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Mar 2011 08:25:30 +0000 |
parents | 973f244ed568 |
children | b5e1949bc255 |
comparison
equal
deleted
inserted
replaced
201:973f244ed568 | 202:c03d3a872cd2 |
---|---|
1 2011-03-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: | |
4 Bugfix: The ElementCreator's method addAttr() will no longer add the | |
5 namespace to an attribute although the 'addPrefix' parameter was set to | |
6 false. | |
7 | |
1 2011-03-09 Ingo Weinzierl <ingo@intevation.de> | 8 2011-03-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/transition/TransitionEngine.java: | 10 * artifact-database/src/main/java/de/intevation/artifactdatabase/transition/TransitionEngine.java: |
4 New method to determine if a state B is reachable from a state A. | 11 New method to determine if a state B is reachable from a state A. |
5 | 12 |