Changeset 31677 in osm for applications/editors/josm/plugins/opendata/build.xml
- Timestamp:
- 2015-10-25T01:09:59+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r31655 r31677 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/> 10 <property name="plugin.requires" value="jts;geotools;utilsplugin2"/> 10 <property name="plugin.requires" value="apache-commons;jts;geotools;utilsplugin2"/> 11 11 12 12 <!-- ** include targets that all plugins have in common ** --> … … 14 14 15 15 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 16 <include name="apache-commons.jar"/> 16 17 <include name="jts.jar"/> 17 18 <include name="geotools.jar"/> … … 19 20 </fileset> 20 21 22 <property name="apache-commons" location="${plugin.dist.dir}/apache-commons.jar"/> 21 23 <property name="jts" location="${plugin.dist.dir}/jts.jar"/> 22 24 <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/> 23 25 24 <!--25 **********************************************************26 ** compile_lang3 - compiles Apache Commons Lang 3 needed classes27 **********************************************************28 -->29 <target name="compile_lang3" depends="init">30 <echo message="compiling Apache Commons Lang 3 ... "/>31 <javac srcdir="includes/org/apache/commons/lang3" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="ISO-8859-1" />32 </target>33 26 <!-- 34 27 ********************************************************** … … 86 79 ********************************************************** 87 80 --> 88 <target name="compile" depends="init, compile_ lang3, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip">81 <target name="compile" depends="init, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip"> 89 82 <echo message="compiling sources for ${plugin.jar} ... "/> 90 83 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8"> … … 92 85 <pathelement path="${plugin.build.dir}"/> 93 86 <pathelement location="${josm}"/> 87 <pathelement location="${apache-commons}"/> 94 88 <pathelement location="${jts}"/> 95 89 <pathelement location="${geotools}"/>
Note:
See TracChangeset
for help on using the changeset viewer.
