Changeset 30952 in osm for applications/editors/josm
- Timestamp:
- 2015-02-09T08:46:40+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r30925 r30952 137 137 <param name="property.value" value="${plugin.stage}"/> 138 138 </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> 139 144 <antcall target="additional-manifest" /> 140 145 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST">
Note:
See TracChangeset
for help on using the changeset viewer.