Ignore:
Timestamp:
2015-02-09T08:46:40+01:00 (10 years ago)
Author:
bastik
Message:

see #josm11090 - add Manifest property that indicates the plugin can load at runtime

File:
1 edited

Legend:

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

    r30925 r30952  
    137137            <param name="property.value" value="${plugin.stage}"/>
    138138        </antcall>
     139        <antcall target="add-manifest-attribute">
     140            <param name="manifest.attribute" value="Plugin-Canloadatruntime"/>
     141            <param name="property.name" value="plugin.canloadatruntime"/>
     142            <param name="property.value" value="${plugin.canloadatruntime}"/>
     143        </antcall>
    139144        <antcall target="additional-manifest" />
    140145        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST">
Note: See TracChangeset for help on using the changeset viewer.