mirror of https://github.com/dspinellis/UMLGraph
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:
parent
8da7b8c669
commit
f85f88c082
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue