Changeset 29694 in osm for applications/editors/josm/plugins/opendata
- Timestamp:
- 2013-06-23T13:59:41+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r29679 r29694 81 81 <target name="compile" depends="init, compile_lang3, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip"> 82 82 <echo message="compiling sources for ${plugin.jar} ... "/> 83 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false"> 83 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8"> 84 84 <classpath> 85 85 <pathelement path="${plugin.build.dir}"/>
Note:
See TracChangeset
for help on using the changeset viewer.