Changeset 23378 in osm
- Timestamp:
- 2010-09-27T20:30:12+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photo_geotagging/build.xml
r22850 r23378 58 58 --> 59 59 <target name="compile" depends="init"> 60 <echo message="compiling sanselan sources ... "/> 61 <javac srcdir="${plugin.src.dir}" excludes="org/openstreetmap/**" debug="true" destdir="${plugin.build.dir}" encoding="iso-8859-1"> 62 <compilerarg value="-Xlint:deprecation"/> 63 </javac> 60 64 <echo message="compiling sources for ${plugin.jar} ... "/> 61 <javac srcdir=" src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" encoding="iso-8859-1">65 <javac srcdir="${plugin.src.dir}" excludes="org/apache/sanselan/**" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 62 66 <compilerarg value="-Xlint:deprecation"/> 63 67 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.