Changeset 29694 in osm
- Timestamp:
- 2013-06-23T13:59:41+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r29442 r29694 38 38 <target name="compile" depends="init"> 39 39 <echo message="compiling sources for ${plugin.jar} ..."/> 40 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" >40 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" encoding="UTF-8"> 41 41 <compilerarg value="-Xlint:deprecation"/> 42 42 <compilerarg value="-Xlint:unchecked"/> -
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}"/> -
applications/editors/josm/plugins/videomapping/build.xml
r29435 r29694 64 64 <target name="compile" depends="init"> 65 65 <echo message="compiling sources for ${plugin.jar} ..."/> 66 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}" >66 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}" encoding="UTF-8"> 67 67 <compilerarg value="-Xlint:deprecation"/> 68 68 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.