Changeset 34605 in osm
- Timestamp:
- 2018-08-27T13:41:12+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34604 r34605 498 498 499 499 <path id="test.classpath"> 500 <!-- JMockit must be included before JUnit in the classpath --> 501 <pathelement path="${jmockit.jar}"/> 500 502 <fileset dir="../00_core_test_lib"> 501 503 <include name="**/*.jar"/> 504 <exclude name="**/jmockit*.jar"/> 502 505 </fileset> 503 506 <fileset dir="${plugin.test.dir}/lib" erroronmissingdir="no">
Note:
See TracChangeset
for help on using the changeset viewer.