Last change
on this file since 3574 was 2996, checked in by imi, 18 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
|
Rev | Line | |
---|
[1467] | 1 | <project name="annotation-tester" default="build" basedir=".">
|
---|
| 2 |
|
---|
| 3 | <target name="build">
|
---|
[2996] | 4 | <jar destfile="${user.home}/.josm/plugins/annotation-tester.jar"
|
---|
| 5 | basedir="bin"
|
---|
| 6 | manifest="src/org/openstreetmap/josm/plugins/annotationtester/MANIFEST.MF">
|
---|
[1467] | 7 | <fileset dir="."><include name="images/*"/></fileset>
|
---|
| 8 | </jar>
|
---|
| 9 | </target>
|
---|
| 10 |
|
---|
| 11 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.