Changeset 36315 in osm for applications/editors/josm/plugins/opendata/build.xml
- Timestamp:
- 2024-08-21T19:57:34+02:00 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r36122 r36315 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name="opendata" default="dist" basedir="."> 2 <project name="opendata" default="dist" basedir="." xmlns:mvn="antlib:org.apache.maven.resolver.ant"> 3 3 <property name="plugin.main.version" value="18723"/> 4 4 <property name="plugin.author" value="Don-vip"/> … … 26 26 <property name="ejml" location="${plugin.dist.dir}/ejml.jar"/> 27 27 <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/> 28 28 29 29 <!-- 30 30 ********************************************************** … … 41 41 ********************************************************** 42 42 --> 43 <target name="compile_jopendoc" depends="init"> 43 <target name="compile_jopendoc" depends="init, fetch_dependencies"> 44 44 <echo message="compiling JOpenDocument ... "/> 45 45 <javac srcdir="includes/org/jopendocument" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="ISO-8859-1" release="${java.lang.version}"> 46 46 <classpath> 47 47 <!-- JDOM is required in an older version than the one embedded in geotools jar --> 48 <pathelement location="lib/jdom -1.1.3.jar"/>48 <pathelement location="lib/jdom2-2.0.6.1.jar"/> 49 49 <pathelement location="${apache-commons}"/> 50 50 </classpath> … … 78 78 ********************************************************** 79 79 --> 80 <target name="pre-compile" depends="init, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip"/> 80 <target name="pre-compile" depends="init, fetch_dependencies, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip"/> 81 81 82 82 <target name="xjc_neptune" depends="init, -jaxb_linux, -jaxb_windows" unless="jaxb.notRequired">
Note:
See TracChangeset
for help on using the changeset viewer.
