Changeset 36228 in osm for applications/editors/josm/plugins/MicrosoftStreetside/build.xml
- Timestamp:
- 2024-03-14T16:34:12+01:00 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r36194 r36228 10 10 <property name="josm" location="../../core/dist/josm-custom.jar"/> 11 11 <property name="plugin.dist.dir" value="../../dist"/> 12 <property name="java.lang.version" value="21"/> 12 13 <!--** include targets that all plugins have in common **--> 13 14 <import file="../build-common.xml"/> 14 15 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 15 16 <include name="apache-commons.jar"/> 16 <include name="apache-http.jar"/>17 17 <include name="javafx-osx.jar" if:set="isMac"/> 18 18 <include name="javafx-unixoid.jar" if:set="isUnix"/> 19 19 <include name="javafx-windows.jar" if:set="isWindows"/> 20 <include name="utilsplugin2.jar"/>21 20 </fileset> 22 21 <target name="pre-compile" depends="fetch_dependencies">
Note:
See TracChangeset
for help on using the changeset viewer.