Ignore:
Timestamp:
2012-11-22T00:30:20+01:00 (12 years ago)
Author:
donvip
Message:

[josm_log4j] supress ant warning

File:
1 edited

Legend:

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

    r28963 r28968  
    5858    <target name="compile" depends="init">
    5959        <echo message="compiling sources for  ${plugin.jar} ... "/>
    60         <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
     60        <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false">
    6161            <classpath>
    6262                <pathelement location="${josm}"/>
Note: See TracChangeset for help on using the changeset viewer.