Ticket #232: build.xml.patch
File build.xml.patch, 857 bytes (added by , 12 years ago) |
---|
-
build.xml
$NetBSD$
old new For help on the automatic tests availabl 43 43 <property name="abcl.ext.dir" 44 44 value="${basedir}/ext"/> 45 45 46 <property name="abcl.runtime.jar.path" 47 value="${abcl.jar.path}"/> 48 46 49 <fail message="Please build using Ant 1.7.1 or higher."> 47 50 <condition> 48 51 <not> … … from ${abcl.home.dir} 451 454 <!-- Set from commandline or in 'build.properties' --> 452 455 <property name="additional.jars" value=""/> 453 456 <path id="abcl.runtime.classpath"> 454 <pathelement location="${abcl. jar.path}"/>457 <pathelement location="${abcl.runtime.jar.path}"/> 455 458 <pathelement path="${additional.jars}"/> 456 459 </path> 457 460 <!-- set via '-Djava.options=JAVA_OPTIONS' or in 'build.properties -->