Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 964:ff6ce301c472
Modified the CollectionMonitor (for recommended artifacts) to use the DataCage.
flys-artifacts/trunk@2384 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 21 Jul 2011 10:45:52 +0000 |
parents | f48cef242e7f |
children | 79251b1d47da |
comparison
equal
deleted
inserted
replaced
963:f48cef242e7f | 964:ff6ce301c472 |
---|---|
1 2011-07-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/meta-data-template.xml: Added conditions for each output type. | |
4 Splitted the "floodmap" output into two parts: a recommended one and a | |
5 complete one. The recommended part will only build the document tree for | |
6 the recommended artifacts; the complete part will build the whole document | |
7 tree that is available for a floodmap. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java: | |
10 This Hook now uses the DataCage to generate the recommended artifacts. | |
11 The output-defaults configurtion is needless now. | |
12 | |
13 * doc/conf/output-defaults.xml: Removed. The configuration of recommended | |
14 artifacts takes place in meta-data-template.xml. | |
15 | |
16 * src/main/java/de/intevation/flys/artifacts/services/meta/DataCage.java: | |
17 Bugfix: the DataCage didn't start working if its builder was NOT null, | |
18 but it shouldn't start if the builder IS null. | |
19 | |
1 2011-07-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 20 2011-07-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 21 |
3 * src/main/java/de/intevation/flys/artifacts/services/meta/Builder.java: | 22 * src/main/java/de/intevation/flys/artifacts/services/meta/Builder.java: |
4 Now it is possible to directly pass a Node as a root to the builder. | 23 Now it is possible to directly pass a Node as a root to the builder. |
5 The owning document if fetch by Node.getOwnerDocument(). This is | 24 The owning document if fetch by Node.getOwnerDocument(). This is |