# HG changeset patch # User Felix Wolfsteller # Date 1319548111 0 # Node ID 424e2604156455e49f3534c90bd45241dcd6395c # Parent c51089a84d13c40bcbb766d75dbb7dc5c8157829 Configured datacage to hand out id of artifact that can produce the w_diff. flys-artifacts/trunk@3073 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r c51089a84d13 -r 424e26041564 flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Tue Oct 25 12:43:58 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Oct 25 13:08:31 2011 +0000 @@ -1,6 +1,11 @@ 2011-10-25 Felix Wolfsteller - * ./src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: + * doc/conf/meta-data.xml: Configured to include correct id to + clone artifact that produces w-diff. + +2011-10-25 Felix Wolfsteller + + * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: Revert correct behaviour of Annotations (the small axis tick shall always be drawn). Minor refactoring. diff -r c51089a84d13 -r 424e26041564 flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Tue Oct 25 12:43:58 2011 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Tue Oct 25 13:08:31 2011 +0000 @@ -397,7 +397,11 @@ - + + SELECT a.gid as aid, f.id AS fid, f.name AS facet_name, f.num AS facet_num, f.description as facet_description + FROM outs as o, facets as f, artifacts as a + WHERE f.name = 'w_differences' and f.out_id = o.id and o.artifact_id = a.id; + SELECT name AS facet_name, num as facet_num, description AS facet_description FROM facets WHERE name = 'w_differences' @@ -407,9 +411,9 @@ - - + +