Minor formatting fix... the first pathelement is not indented by using spaces only, as the other two that follow it already were

This commit is contained in:
Andrea Aime 2005-12-26 20:27:12 +00:00
parent 8da7b8c669
commit f85f88c082
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Version { public static String VERSION = "${VERSION}";}
description="run the regression tests" >
<java classname="gr.spinellis.umlgraph.test.BasicTest" fork="true">
<classpath>
<pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
<pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
<pathelement location="${build}"/>
<pathelement location="${lib}/UmlGraph.jar"/>
</classpath>