Changeset 34705 in osm for applications/editors/josm/plugins/javafx
- Timestamp:
- 2018-10-29T18:16:24+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.