Mercurial > dive4elements > river
annotate flys-artifacts/doc/conf/artifacts/annotation.xml @ 4255:670e98f5a441
Fixed leak while merging facets.
The ThemeList that is used by OutputHelper to sort the
Facets for an Output now uses a list to store the ManagedFacets.
The correct order is made up by sorting the List using
Collections.sort() function of the Java JDK. Therfore, the
ManagedFacet class implements the Comparable interface. The
return value of its compareTo(other) method depends on the
value of the 'position' field.
author | Ingo Weinzierl <weinzierl.ingo@googlemail.com> |
---|---|
date | Thu, 25 Oct 2012 14:01:46 +0200 |
parents | 7d01b6885e4e |
children | a2bdc0f524e8 |
rev | line source |
---|---|
1027
a60d2a46f0a8
Added configuration for AnnotationArtifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
2116
7d01b6885e4e
Fixed annotations state xml.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2115
diff
changeset
|
2 <artifact name="annotation"> |
2115
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
3 <states> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
4 <state id="state.annotation.river" |
1027
a60d2a46f0a8
Added configuration for AnnotationArtifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
5 description="state.annotation.river" |
a60d2a46f0a8
Added configuration for AnnotationArtifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
6 state="de.intevation.flys.artifacts.states.AnnotationRiverState"> |
2115
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
7 <outputmodes> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
8 <outputmode name="longitudinal_section" description="output.longitudinal_section" mime-type="image/png" type="chart"> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
9 <facets> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
10 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
11 </facets> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
12 </outputmode> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
13 </outputmodes> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
14 </state> |
2e64b895422c
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1027
diff
changeset
|
15 </states> |
1027
a60d2a46f0a8
Added configuration for AnnotationArtifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
16 </artifact> |