Ticket #232: build.xml.patch

File build.xml.patch, 857 bytes (added by ehuelsmann, 12 years ago)

Patch currently used in NetBSD

  • build.xml

    $NetBSD$
    
    old new For help on the automatic tests availabl 
    4343    <property name="abcl.ext.dir"
    4444              value="${basedir}/ext"/>
    4545
     46    <property name="abcl.runtime.jar.path"
     47              value="${abcl.jar.path}"/>
     48
    4649    <fail message="Please build using Ant 1.7.1 or higher.">
    4750        <condition>
    4851            <not>
    from ${abcl.home.dir} 
    451454      <!-- Set from commandline or in 'build.properties' -->
    452455      <property name="additional.jars" value=""/>
    453456      <path id="abcl.runtime.classpath">
    454         <pathelement location="${abcl.jar.path}"/>
     457        <pathelement location="${abcl.runtime.jar.path}"/>
    455458        <pathelement path="${additional.jars}"/>
    456459      </path>
    457460      <!-- set via '-Djava.options=JAVA_OPTIONS' or in 'build.properties -->