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