Changeset 2996 in osm for applications/editors/josm/plugins/annotation-tester/build.xml
- Timestamp:
- 2007-05-22T21:57:55+02:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/annotation-tester/build.xml
r1467 r2996 2 2 3 3 <target name="build"> 4 <jar destfile="${user.home}/.josm/plugins/annotation-tester.jar" basedir="bin"> 4 <jar destfile="${user.home}/.josm/plugins/annotation-tester.jar" 5 basedir="bin" 6 manifest="src/org/openstreetmap/josm/plugins/annotationtester/MANIFEST.MF"> 5 7 <fileset dir="."><include name="images/*"/></fileset> 6 <manifest>7 <attribute name="Main-Class" value="annotationtester.AnnotationTester" />8 <attribute name="Plugin-Class" value="annotationtester.AnnotationTesterAction" />9 <attribute name="Plugin-Description" value="Make the Annotation Preset Tester tool available in the help menu." />10 </manifest>11 8 </jar> 12 9 </target>
Note:
See TracChangeset
for help on using the changeset viewer.
