Ignore:
Timestamp:
2007-05-22T21:57:55+02:00 (19 years ago)
Author:
imi
Message:
  • 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:
1 edited

Legend:

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

    r1467 r2996  
    22
    33        <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">
    57                        <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>
    118                </jar>
    129        </target>
Note: See TracChangeset for help on using the changeset viewer.