From 68a3ae6afaa0dd1fd8d3fbd4246377643885aae7 Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Fri, 30 Dec 2005 18:04:55 +0000 Subject: [PATCH] Made the test target generate the diagrams as well for both dot-out and dot-ref directories... a visual comparison is faster than delving into the dot sources, at least to understand what's going on before going into detail. --- build.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/build.xml b/build.xml index dcbd9b8..d974c03 100644 --- a/build.xml +++ b/build.xml @@ -10,6 +10,8 @@ + + @@ -46,6 +48,22 @@ class Version { public static String VERSION = "${VERSION}";} + + + + + + + + + + + + + + + + @@ -64,5 +82,9 @@ class Version { public static String VERSION = "${VERSION}";} + + + +