Changeset 9766 in josm for trunk/build.xml
- Timestamp:
- 2016-02-09T13:43:39+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9765 r9766 36 36 <equals arg1="${ant.java.version}" arg2="1.9" /> 37 37 </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> 38 46 </target> 39 47 … … 306 314 <delete file="${epsg.output}"/> 307 315 </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>316 316 <macrodef name="init-test-preferences"> 317 317 <attribute name="testfamily"/>
Note:
See TracChangeset
for help on using the changeset viewer.