Changeset 32526 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-07-02T03:24:00+02:00 (8 years ago)
Author:
donvip
Message:

fix #josm13091 - fix build.xml (regression)

File:
1 edited

Legend:

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

    r32509 r32526  
    1111    -->
    1212    <property name="plugin.author" value="Imi"/>
    13     <property name="plugin.class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTester"/>
     13    <property name="plugin.class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTesterAction"/>
    1414    <property name="plugin.description" value="Adds a tagging preset tester to the windows menu, which helps you developing of tagging presets (quick preview of the dialog that will popup). You can start the jar-file as standalone as well."/>
    1515    <property name="plugin.icon" value="images/tagging-preset-tester.png"/>
     
    2121    <!-- ** include targets that all plugins have in common ** -->
    2222    <import file="../build-common.xml"/>
    23  
     23
     24    <target name="additional-manifest">
     25        <manifest file="MANIFEST" mode="update">
     26            <attribute name="Main-Class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTester"/>
     27        </manifest>
     28    </target>
    2429</project>
Note: See TracChangeset for help on using the changeset viewer.