Changeset 34409 in osm for applications/editors/josm/plugins/opendata
- Timestamp:
- 2018-07-09T21:13:03+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r34384 r34409 66 66 <target name="compile_neptune" depends="init, xjc_neptune"> 67 67 <echo message="compiling Neptune ... "/> 68 <javac srcdir="includes/neptune" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8" /> 68 <javac srcdir="includes/neptune" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8"> 69 <classpath> 70 <fileset refid="jaxb.jars"/> 71 </classpath> 72 </javac> 69 73 </target> 70 74 <!-- … … 83 87 <pathelement location="${ejml}"/> 84 88 <pathelement location="${geotools}"/> 89 <fileset refid="jaxb.jars"/> 85 90 </classpath> 86 91 <compilerarg value="-Xlint:deprecation"/>
Note:
See TracChangeset
for help on using the changeset viewer.