Changeset 10410 in osm for applications/editors/josm/plugins/measurement
- Timestamp:
- 2008-09-02T19:11:32+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/measurement
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/measurement
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/measurement/build.xml
r10379 r10410 1 <project name="measurement" default=" build" basedir=".">1 <project name="measurement" default="dist" basedir="."> 2 2 3 3 <!-- point to your JOSM directory --> 4 <property name="josm" location="../../ ../core/dist/josm-custom.jar" />4 <property name="josm" location="../../core/dist/josm-custom.jar" /> 5 5 6 6 … … 16 16 </target> 17 17 18 <target name=" build" depends="compile">18 <target name="dist" depends="compile"> 19 19 <copy todir="build/images" > 20 20 <fileset dir="images" /> … … 36 36 </target> 37 37 38 <target name="install" depends=" build">38 <target name="install" depends="dist"> 39 39 <copy file="dist/measurement.jar" todir="${user.home}/.josm/plugins"/> 40 40 </target>
Note:
See TracChangeset
for help on using the changeset viewer.