source: osm/applications/editors/josm/plugins/annotation-tester/build.xml@ 2996

Last change on this file since 2996 was 2996, checked in by imi, 17 years ago
  • added josm.plugins - Java property to load plugins regardless of preferences
  • fixed posibility to load Plugins from bootstrap classloader (with full manifest support)
  • added system wide plugin and ressource directories
File size: 342 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"
5 basedir="bin"
6 manifest="src/org/openstreetmap/josm/plugins/annotationtester/MANIFEST.MF">
7 <fileset dir="."><include name="images/*"/></fileset>
8 </jar>
9 </target>
10
11</project>
Note: See TracBrowser for help on using the repository browser.