Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 353:8378683fa07a
Bugfix: The outputs of a Collection's attribute document are stored in an outputs node now instead of being stored toplevel in the document.
flys-artifacts/trunk@1760 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 28 Apr 2011 11:13:06 +0000 |
parents | ed3325a0232a |
children | 542f280d72c3 |
comparison
equal
deleted
inserted
replaced
352:ed3325a0232a | 353:8378683fa07a |
---|---|
1 2011-04-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: | |
4 Bugfix: Introduced a <art:outputs> node in the attribute document of a | |
5 Collection that contains further <art:output> nodes - instead of having | |
6 multiple <art:output> nodes at toplevel of the document. | |
7 | |
8 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
9 Adapted the XPath to retrieve the outputs in the attribute document of a | |
10 Collection. | |
11 | |
1 2011-04-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 12 2011-04-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 13 |
3 * contrib/visualize-transitions.xsl: Added to create a | 14 * contrib/visualize-transitions.xsl: Added to create a |
4 Graphviz digraph out of the config.xml. Usage: | 15 Graphviz digraph out of the config.xml. Usage: |
5 | 16 |