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