Changeset 12781 in osm for applications/editors/josm/plugins/nearclick
- Timestamp:
- 2009-01-01T19:01:14+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/nearclick/build.xml
r12780 r12781 10 10 <!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary --> 11 11 <property name="josm" location="../../core/dist/josm-custom.jar" /> 12 <!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->13 12 <!-- target directory to place the plugin in --> 14 13 <!-- Windows has a different home directory scheme then unix/linux --> … … 20 19 <target name="init"> 21 20 <mkdir dir="build"></mkdir> 22 <mkdir dir="dist"></mkdir>23 21 </target> 24 22 <target name="compile" depends="init">
Note:
See TracChangeset
for help on using the changeset viewer.