Changeset 3800 in osm
- Timestamp:
- 2007-07-27T11:19:59+02:00 (18 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3792 r3800 36 36 <ant dir="surveyor" antfile="build.xml" target="dist"/> 37 37 <ant dir="tagging-preset-tester" antfile="build.xml" target="build"/> 38 <ant dir="tways" antfile="build.xml" target=" jar"/>38 <ant dir="tways" antfile="build.xml" target="build"/> 39 39 <ant dir="validator" antfile="build.xml" target="build"/> 40 40 <ant dir="waypoints" antfile="build.xml" target="build"/> -
applications/editors/josm/plugins/tways/build.xml
r2856 r3800 10 10 </target> 11 11 12 <target name=" jar" depends="compile">12 <target name="build" depends="compile"> 13 13 <jar destfile="tways.jar" basedir="build"> 14 14 <manifest> … … 26 26 </target> 27 27 28 <target name="install" depends=" jar">28 <target name="install" depends="build"> 29 29 <copy file="tways.jar" todir="${user.home}/.josm/plugins"/> 30 30 </target>
Note:
See TracChangeset
for help on using the changeset viewer.