[PATCH] Fixed some whitespace in annotation classifier xml
Wald Commits
scm-commit at wald.intevation.org
Tue May 6 15:44:48 CEST 2014
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1399383884 -7200
# Node ID 6fd8a5b55f73995fb8d257e82e5bd3b78488c307
# Parent f50eeccbbaddbd4e74e4efd079932acd0a9366d6
Fixed some whitespace in annotation classifier xml.
diff -r f50eeccbbadd -r 6fd8a5b55f73 backend/doc/annotation-types.xml
--- a/backend/doc/annotation-types.xml Mon May 05 12:40:13 2014 +0200
+++ b/backend/doc/annotation-types.xml Tue May 06 15:44:44 2014 +0200
@@ -21,8 +21,8 @@
<type name="Staat"/>
<type name="WSA"/>
<type name="Zufluss"/>
- <type name="Quelle"/>
- <type name="Senke"/>
+ <type name="Quelle"/>
+ <type name="Senke"/>
<type name="Sonstige" default="true"/>
</types>
@@ -61,7 +61,7 @@
<line pattern="^WSA[:\s].*$" type="WSA"/>
<line pattern="^Zufluß[:\s].*$" type="Zufluss"/>
<line pattern="^Zufluss[:\s].*$" type="Zufluss"/>
- <line pattern="^Quelle[:\s].*$" type="Quelle"/>
- <line pattern="^Senke[:\s].*$" type="Senke"/>
+ <line pattern="^Quelle[:\s].*$" type="Quelle"/>
+ <line pattern="^Senke[:\s].*$" type="Senke"/>
</patterns>
</annotation>
More information about the Dive4Elements-commits
mailing list