source: osm/utils/josm/plugins/annotation-tester/build.xml@ 1498

Last change on this file since 1498 was 1467, checked in by imi, 18 years ago

added josm translation plugins and annotation-tester plugin

File size: 570 bytes
Line 
1<project name="annotation-tester" default="build" basedir=".">
2
3 <target name="build">
4 <jar destfile="${user.home}/.josm/plugins/annotation-tester.jar" basedir="bin">
5 <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 </jar>
12 </target>
13
14</project>
Note: See TracBrowser for help on using the repository browser.