Changeset 34713 in osm for applications/editors/josm/plugins/javafx/build.xml
- Timestamp:
- 2018-11-01T15:24:19+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/javafx/build.xml
r34705 r34713 22 22 <property name="plugin.stage" value="5"/> 23 23 24 <!-- ** include targets that all plugins have in common ** --> 24 <condition property="isWindows"><os family="Windows"/></condition> 25 <condition property="isUnix"><os family="Unix"/></condition> 26 <condition property="isMac"><os family="Mac"/></condition> 27 <property name="plugin.dist.dir" location="../../dist"/> 28 <property name="plugin.jar" location="${plugin.dist.dir}/${ant.project.name}-windows.jar" if:set="isWindows"/> 29 <property name="plugin.jar" location="${plugin.dist.dir}/${ant.project.name}-osx.jar" if:set="isMac"/> 30 <property name="plugin.jar" location="${plugin.dist.dir}/${ant.project.name}-unixoid.jar" if:set="isUnix"/> 31 32 <!-- ** include targets that all plugins have in common ** --> 25 33 <import file="../build-common.xml"/> 26 34 … … 78 86 </jar> 79 87 <delete dir="${plugin.lib.dir}/@{qualifier}" failonerror="false" /> 80 <copy file="@{jar}" tofile="${plugin.jar}" if:set="@{copy}" />81 88 </sequential> 82 89 </macrodef>
Note:
See TracChangeset
for help on using the changeset viewer.
