Changeset 36176 in osm for applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
- Timestamp:
- 2023-10-19T21:58:56+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
r34538 r36176 13 13 <!--<property name="plugin.link" value=""/>--> 14 14 <property name="plugin.requires" value="jts;geotools"/> 15 <property name="plugin.minimum.java.version" value="11"/> 15 16 16 17 <!-- ** include targets that all plugins have in common ** --> 17 18 <import file="../build-common.xml"/> 18 19 19 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 20 <target name="pre-compile" depends="fetch_dependencies"> 21 <!-- include fetch_dependencies task --> 22 </target> 23 24 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 20 25 <include name="jts.jar"/> 21 26 <include name="geotools.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.
