Changeset 10111 in osm for applications/editors/josm/plugins/slippymap/build.xml
- Timestamp:
- 2008-08-24T16:37:05+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/build.xml
r7821 r10111 49 49 <target name="compile" depends="init"> 50 50 <echo message="creating ${plugin.jar}"/> 51 <javac srcdir="src" classpath="../../core/dist/josm-custom.jar" destdir="build" /> 51 <javac srcdir="src" classpath="../../core/dist/josm-custom.jar" destdir="build"> 52 <compilerarg value="-Xlint:deprecation"/> 53 </javac> 52 54 </target> 53 55
Note:
See TracChangeset
for help on using the changeset viewer.
