Changeset 27327 in osm for applications/editors


Ignore:
Timestamp:
2011-12-28T13:18:24+01:00 (13 years ago)
Author:
oliverw
Message:

Added includeantruntime attribute.

File:
1 edited

Legend:

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

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