Changeset 7508 in josm for trunk/build.xml
- Timestamp:
- 2014-09-05T18:01:58+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r7494 r7508 26 26 <os family="Windows"/> 27 27 </condition> 28 <!-- Java classpath addition (all jar files to compile tests with this) -->29 <path id="classpath">30 <fileset dir="lib">31 <include name="**/*.jar"/>32 </fileset>33 </path>34 28 35 29 <!-- … … 274 268 <path id="test.classpath"> 275 269 <fileset dir="${test.dir}/lib"> 276 <include name="**/*.jar"/>277 </fileset>278 <fileset dir="lib">279 270 <include name="**/*.jar"/> 280 271 </fileset>
Note:
See TracChangeset
for help on using the changeset viewer.