Changeset 32052 in osm
- Timestamp:
- 2016-02-08T19:55:21+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r31957 r32052 303 303 </target> 304 304 <!-- 305 ************************** Publishing the plugin *********************************** 306 --> 307 <!-- 308 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 305 ************************** Publishing the plugin *********************************** 306 --> 307 <!-- 308 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 309 309 ** property ${coreversion.info.entry.revision} 310 310 ** … … 353 353 </target> 354 354 <!-- 355 ** commits the plugin.jar 355 ** commits the plugin.jar 356 356 --> 357 357 <target name="commit-dist"> … … 413 413 <exclude name="**/*-javadoc.jar"/> 414 414 </fileset> 415 <pathelement path="${plugin.test.dir}/data"/> 415 416 <pathelement path="${josm.test.build.dir}/unit"/> 416 417 <pathelement path="${josm}"/> … … 453 454 </sequential> 454 455 </target> 455 <target name="test" depends="dist, test-clean, test-compile" 456 <target name="test" depends="dist, test-clean, test-compile" 456 457 description="Run unit tests. OSM API (TEST) account shall be set with -Dosm.username and -Dosm.password"> 457 458 <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml" classpath="../00_core_tools/jacocoant.jar" /> … … 493 494 </target> 494 495 <!-- 495 ** shows a help text 496 ** shows a help text 496 497 --> 497 498 <target name="help"> … … 506 507 * runjosm Install plugin and start josm 507 508 * profilejosm Install plugin and start josm in profiling mode 508 509 509 510 There are other targets, which usually should not be called manually. 510 511 </echo> 511 512 </target> 512 513 </project> 513
Note:
See TracChangeset
for help on using the changeset viewer.