Changeset 14015 in osm for applications/editors/josm/plugins/surveyor
- Timestamp:
- 2009-03-08T14:39:18+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/build.xml
r14003 r14015 11 11 <target name="compile" depends="init"> 12 12 <echo message="creating ${plugin.jar}"/> 13 <javac srcdir="src" debug=" false" destdir="${plugin.build.dir}">13 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}"> 14 14 <compilerarg value="-Xlint:deprecation"/> 15 15 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.