Changeset 10410 in osm for applications/editors/josm/plugins/globalsat
- Timestamp:
- 2008-09-02T19:11:32+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/globalsat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/globalsat
-
Property svn:ignore
set to
build
dist
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/globalsat/build.xml
r10378 r10410 1 <project name="globalsat" default=" build" basedir=".">1 <project name="globalsat" default="dist" basedir="."> 2 2 3 3 <!-- point to your JOSM directory --> … … 24 24 </target> 25 25 26 <target name=" build" depends="compile">26 <target name="dist" depends="compile"> 27 27 <unjar dest="build"> 28 28 <fileset refid="RXTX" /> … … 47 47 </target> 48 48 49 <target name="install" depends=" build">49 <target name="install" depends="dist"> 50 50 <copy file="dist/globalsat.jar" todir="${user.home}/.josm/plugins"/> 51 51 </target>
Note:
See TracChangeset
for help on using the changeset viewer.