Changeset 35898 in osm for applications/editors/josm
- Timestamp:
- 2022-01-25T00:48:53+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 2 added
- 52 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r35154 r35898 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name="geotools" default="dist" basedir=".">2 <project name="geotools" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant"> 3 3 <!-- enter the SVN commit message --> 4 4 <property name="commit.message" value="Commit message"/> … … 11 11 <property name="plugin.icon" value="images/compass.png"/> 12 12 <property name="plugin.canloadatruntime" value="true"/> 13 <property name="plugin.requires" value=" jts;ejml;apache-commons"/>13 <property name="plugin.requires" value="ejml;apache-commons;jaxb;jts"/> 14 14 <property name="plugin.stage" value="20"/> 15 15 … … 17 17 <import file="../build-common.xml"/> 18 18 19 <target name="pre-compile" depends="fetch_dependencies"> 20 <!-- include fetch_dependencies task --> 21 </target> 22 19 23 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 24 <include name="apache-commons.jar"/> 25 <include name="ejml.jar"/> 26 <include name="jaxb.jar"/> 20 27 <include name="jts.jar"/> 21 <include name="ejml.jar"/>22 <include name="apache-commons.jar"/>23 28 </fileset> 24 29 -
applications/editors/josm/plugins/geotools/lib
-
Property svn:ignore
set to
*.jar
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.