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

build script cleanups, i18n update

Location:
applications/editors/josm/plugins/videomapping
Files:
3 edited

Legend:

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

    r28289 r28807  
    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>
    7057
    7158    <!--
Note: See TracChangeset for help on using the changeset viewer.