Changeset 9766 in josm


Ignore:
Timestamp:
2016-02-09T13:43:39+01:00 (8 years ago)
Author:
bastiK
Message:

fix build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r9765 r9766  
    3636            <equals arg1="${ant.java.version}" arg2="1.9" />
    3737        </condition>
     38        <path id="test.classpath">
     39            <fileset dir="${test.dir}/lib">
     40                <include name="**/*.jar"/>
     41            </fileset>
     42            <pathelement path="${dist.dir}/josm-custom.jar"/>
     43            <pathelement path="${groovy.jar}"/>
     44            <pathelement path="tools/findbugs/annotations.jar"/>
     45        </path>
    3846    </target>
    3947
     
    306314        <delete file="${epsg.output}"/>
    307315    </target>
    308     <path id="test.classpath">
    309         <fileset dir="${test.dir}/lib">
    310             <include name="**/*.jar"/>
    311         </fileset>
    312         <pathelement path="${dist.dir}/josm-custom.jar"/>
    313         <pathelement path="${groovy.jar}"/>
    314         <pathelement path="tools/findbugs/annotations.jar"/>
    315     </path>
    316316    <macrodef name="init-test-preferences">
    317317        <attribute name="testfamily"/>
Note: See TracChangeset for help on using the changeset viewer.