# HG changeset patch # User Tom Gottfried # Date 1403887675 -7200 # Node ID a1a918f63bb4e48df3973436dcd4753435dd9a7c # Parent 30aecc45d6769d40f8b2caacd32c280ef898062c Exclude annotation types without trailing unit (assumed after whitespace). diff -r 30aecc45d676 -r a1a918f63bb4 artifacts/doc/conf/meta-data.xml --- a/artifacts/doc/conf/meta-data.xml Fri Jun 27 16:52:00 2014 +0200 +++ b/artifacts/doc/conf/meta-data.xml Fri Jun 27 18:47:55 2014 +0200 @@ -1557,7 +1557,7 @@ SELECT id AS anno_id, name AS anno_description FROM annotation_types - WHERE name LIKE 'Quelle%' OR name LIKE 'Senke%' + WHERE name LIKE 'Quelle %' OR name LIKE 'Senke %'