Changeset 28807 in osm for applications/editors/josm/plugins/videomapping
- Timestamp:
- 2012-10-14T15:25:54+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/videomapping
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r28289 r28807 55 55 <pathelement location="${log4j}"/> 56 56 </path> 57 <!--58 **********************************************************59 ** compile - complies the source tree60 ** Overrides the target from build-common.xml61 **********************************************************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>70 57 71 58 <!--
Note:
See TracChangeset
for help on using the changeset viewer.