Changeset 34705 in osm for applications/editors/josm/plugins
- Timestamp:
- 2018-10-29T18:16:24+01:00 (6 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34703 r34705 187 187 </antcall> 188 188 <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"> 189 194 <param name="manifest.attribute" value="Plugin-Requires"/> 190 195 <param name="property.name" value="plugin.requires"/> -
applications/editors/josm/plugins/javafx/build.xml
r34703 r34705 36 36 <copy file="MANIFEST" tofile="@{manifest}" /> 37 37 <manifest file="@{manifest}" mode="update"> 38 <attribute name="Plugin-Class" value=" ${property.value}" />38 <attribute name="Plugin-Class" value="@{class}" /> 39 39 <attribute name="Plugin-Platform" value="@{platform}" /> 40 40 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.