Changeset 35179 in osm for applications/editors/josm/plugins/opendata
- Timestamp:
- 2019-10-07T17:46:42+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r35156 r35179 78 78 ********************************************************** 79 79 --> 80 <target name="compile" depends="init, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip"> 81 <echo message="compiling sources for ${plugin.jar} ... "/> 82 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8"> 83 <classpath> 84 <pathelement path="${plugin.build.dir}"/> 85 <pathelement location="${josm}"/> 86 <pathelement location="${apache-commons}"/> 87 <pathelement location="${jts}"/> 88 <pathelement location="${ejml}"/> 89 <pathelement location="${geotools}"/> 90 <fileset refid="jaxb.jars"/> 91 </classpath> 92 <compilerarg value="-Xlint:deprecation"/> 93 <compilerarg value="-Xlint:unchecked"/> 94 </javac> 95 </target> 80 <target name="pre-compile" depends="init, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip"/> 96 81 97 82 <target name="xjc_neptune" depends="init, -jaxb_linux, -jaxb_windows" unless="jaxb.notRequired">
Note:
See TracChangeset
for help on using the changeset viewer.