Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 638:9c565eb46f06
Fixed the process of creating and storing the attribute of a collection.
flys-artifacts/trunk@2015 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 27 May 2011 08:46:26 +0000 |
parents | f0c1250d1e7b |
children | deb5e9840813 |
comparison
equal
deleted
inserted
replaced
637:f0c1250d1e7b | 638:9c565eb46f06 |
---|---|
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/collections/AttributeParser.java: | |
4 Repaired broken XPath expressions to find the output modes in an | |
5 attribute document of a collection. | |
6 | |
7 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: This | |
8 writer will now create a document that has a root node art:attribute. | |
9 Before these changes, the document's root node was art:outputs which is | |
10 part of the attribute document but not the right root node. | |
11 | |
12 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
13 Adapted some XPath expressions and corrected the the process to create | |
14 attribute documents. | |
15 | |
1 2011-05-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 16 2011-05-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/artifacts/math/LinearRemap.java: | 18 * src/main/java/de/intevation/flys/artifacts/math/LinearRemap.java: |
4 Made it work independent of from/to order. | 19 Made it work independent of from/to order. |
5 | 20 |