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