Changeset 27102 in osm
- Timestamp:
- 2011-11-20T13:44:54+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r26944 r27102 49 49 <target name="compile" depends="init"> 50 50 <echo message="compiling sources for ${plugin.jar} ... "/> 51 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" >51 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 52 52 <compilerarg value="-Xlint:deprecation"/> 53 53 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.