# HG changeset patch # User Felix Wolfsteller # Date 1319553150 0 # Node ID 577e8843ceeb81e12fbfa8032265ba0b4087bc60 # Parent 424e2604156455e49f3534c90bd45241dcd6395c Fix broken dc config. flys-artifacts/trunk@3076 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 424e26041564 -r 577e8843ceeb flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Tue Oct 25 13:08:31 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Oct 25 14:32:30 2011 +0000 @@ -1,3 +1,7 @@ +2011-10-25 Felix Wolfsteller + + * doc/conf/meta-data.xml: Fix broken datacage config. + 2011-10-25 Felix Wolfsteller * doc/conf/meta-data.xml: Configured to include correct id to diff -r 424e26041564 -r 577e8843ceeb flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Tue Oct 25 13:08:31 2011 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Tue Oct 25 14:32:30 2011 +0000 @@ -402,11 +402,6 @@ 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' - ORDER BY num ASC, name DESC -