Changeset 28150 in osm for applications
- Timestamp:
- 2012-03-26T18:25:39+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/build.xml
r27285 r28150 50 50 <target name="compile" depends="init"> 51 51 <echo message="compiling sources for ${plugin.jar} ... "/> 52 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" >52 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 53 53 <compilerarg value="-Xlint:deprecation"/> 54 54 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.