Ignore:
Timestamp:
2011-11-20T13:44:54+01:00 (13 years ago)
Author:
oliverw
Message:

Set includeantruntime="false" to avoid warning during build.

File:
1 edited

Legend:

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

    r26944 r27102  
    4949    <target name="compile" depends="init">
    5050        <echo message="compiling sources for  ${plugin.jar} ... "/>
    51         <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
     51        <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false">
    5252            <compilerarg value="-Xlint:deprecation"/>
    5353            <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.