Changeset 3640 in osm for applications/editors/josm
- Timestamp:
- 2007-07-20T17:55:44+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r3639 r3640 1 <project name=" annotation-tester" default="build" basedir=".">1 <project name="tagging-preset-tester" default="build" basedir="."> 2 2 3 3 <target name="build"> 4 <jar destfile="${user.home}/.josm/plugins/ annotation-tester.jar"4 <jar destfile="${user.home}/.josm/plugins/tagging-preset-tester.jar" 5 5 basedir="bin" 6 manifest="src/org/openstreetmap/josm/plugins/ annotationtester/MANIFEST.MF">6 manifest="src/org/openstreetmap/josm/plugins/taggingpresettester/MANIFEST.MF"> 7 7 <fileset dir="."><include name="images/*"/></fileset> 8 8 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.