Changeset 3791 in osm for applications/editors
- Timestamp:
- 2007-07-27T06:37:58+02:00 (18 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3790 r3791 57 57 <ant dir="pluginmanager" antfile="build.xml" target="clean"/> 58 58 <ant dir="surveyor" antfile="build.xml" target="clean"/> 59 < !--<ant dir="tagging-preset-tester" antfile="build.xml" target="clean"/>-->59 <ant dir="tagging-preset-tester" antfile="build.xml" target="clean"/> 60 60 <ant dir="tways" antfile="build.xml" target="clean"/> 61 61 <ant dir="validator" antfile="build.xml" target="clean"/> -
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r3640 r3791 2 2 3 3 <target name="build"> 4 <jar destfile="${user.home}/.josm/plugins/tagging-preset-tester.jar" 4 <mkdir dir="dist"/> 5 <jar destfile="dist/tagging-preset-tester.jar" 5 6 basedir="bin" 6 7 manifest="src/org/openstreetmap/josm/plugins/taggingpresettester/MANIFEST.MF"> … … 9 10 </target> 10 11 12 <target name="clean"> 13 <delete dir="dist"/> 14 </target> 15 11 16 </project>
Note:
See TracChangeset
for help on using the changeset viewer.