Changeset 27327 in osm for applications/editors/josm
- Timestamp:
- 2011-12-28T13:18:24+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/build.xml
r27019 r27327 48 48 <target name="compile" depends="init"> 49 49 <echo message="compiling sources for ${plugin.jar} ... "/> 50 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 50 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 51 51 <compilerarg value="-Xlint:deprecation"/> 52 52 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.