Changeset 30530 in osm for applications/editors/josm/plugins/videomapping
- Timestamp:
- 2014-07-13T22:16:03+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/videomapping/build.xml ΒΆ
r30416 r30530 36 36 <target name="compile" depends="init"> 37 37 <echo message="compiling sources for ${plugin.jar} ..."/> 38 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}" encoding="UTF-8"> 38 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}" encoding="UTF-8" includeantruntime="false"> 39 39 <compilerarg value="-Xlint:deprecation"/> 40 40 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.