Ignore:
Timestamp:
2012-10-14T15:30:13+02:00 (12 years ago)
Author:
stoecker
Message:

fix error of last checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/build.xml

    r28807 r28808  
    5555        <pathelement location="${log4j}"/>
    5656    </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>
    5770
    5871    <!--
Note: See TracChangeset for help on using the changeset viewer.