Changeset 30746 in osm for applications/editors/josm
- Timestamp:
- 2014-10-19T04:25:08+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/build.xml
r30744 r30746 33 33 <target name="compile" depends="init"> 34 34 <echo message="compiling sources for ${plugin.jar} ... "/> 35 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" >35 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" encoding="UTF-8"> 36 36 <compilerarg value="-Xlint:deprecation"/> 37 37 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.