Changeset 34705 in osm for applications/editors


Ignore:
Timestamp:
2018-10-29T18:16:24+01:00 (6 years ago)
Author:
donvip
Message:

see #josm16912 - fix manifest

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

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

    r34703 r34705  
    187187        </antcall>
    188188        <antcall target="add-manifest-attribute">
     189            <param name="manifest.attribute" value="Plugin-Provides"/>
     190            <param name="property.name" value="plugin.provides"/>
     191            <param name="property.value" value="${plugin.provides}"/>
     192        </antcall>
     193        <antcall target="add-manifest-attribute">
    189194            <param name="manifest.attribute" value="Plugin-Requires"/>
    190195            <param name="property.name" value="plugin.requires"/>
  • applications/editors/josm/plugins/javafx/build.xml

    r34703 r34705  
    3636            <copy file="MANIFEST" tofile="@{manifest}" />
    3737            <manifest file="@{manifest}" mode="update">
    38                 <attribute name="Plugin-Class" value="${property.value}" />
     38                <attribute name="Plugin-Class" value="@{class}" />
    3939                <attribute name="Plugin-Platform" value="@{platform}" />
    4040            </manifest>
Note: See TracChangeset for help on using the changeset viewer.