Changeset 28808 in osm for applications/editors/josm
- Timestamp:
- 2012-10-14T15:30:13+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r28807 r28808 55 55 <pathelement location="${log4j}"/> 56 56 </path> 57 <!-- 58 ********************************************************** 59 ** compile - complies the source tree 60 ** Overrides the target from build-common.xml 61 ********************************************************** 62 --> 63 <target name="compile" depends="init"> 64 <echo message="compiling sources for ${plugin.jar} ..."/> 65 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}"> 66 <compilerarg value="-Xlint:deprecation"/> 67 <compilerarg value="-Xlint:unchecked"/> 68 </javac> 69 </target> 57 70 58 71 <!--
Note:
See TracChangeset
for help on using the changeset viewer.