Changeset 3800 in osm for applications/editors/josm/plugins/tways/build.xml
- Timestamp:
- 2007-07-27T11:19:59+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.