Changeset 30530 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2014-07-13T22:16:03+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r30416 r30530 16 16 </target> 17 17 <target name="compile" depends="init,revision" description="Compile the plugin and make it ready for running"> 18 <javac srcdir="src" classpath="${josm}" debug="true" encoding="utf8" destdir="${plugin.build.dir}"> 18 <javac srcdir="src" classpath="${josm}" debug="true" encoding="utf8" destdir="${plugin.build.dir}" includeantruntime="false"> 19 19 <compilerarg value="-Xlint:deprecation"/> 20 20 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.