Changeset 3791 in osm for applications/editors


Ignore:
Timestamp:
2007-07-27T06:37:58+02:00 (18 years ago)
Author:
ulf
Message:

add a clean target for the tagging-preset-tester plugin

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build.xml

    r3790 r3791  
    5757                <ant dir="pluginmanager" antfile="build.xml" target="clean"/>
    5858                <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"/>
    6060                <ant dir="tways" antfile="build.xml" target="clean"/>
    6161                <ant dir="validator" antfile="build.xml" target="clean"/>
  • applications/editors/josm/plugins/tagging-preset-tester/build.xml

    r3640 r3791  
    22
    33        <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"
    56                         basedir="bin"
    67                         manifest="src/org/openstreetmap/josm/plugins/taggingpresettester/MANIFEST.MF">
     
    910        </target>
    1011
     12        <target name="clean">
     13                <delete dir="dist"/>
     14        </target>
     15
    1116</project>
Note: See TracChangeset for help on using the changeset viewer.