Changeset 28150 in osm for applications/editors


Ignore:
Timestamp:
2012-03-26T18:25:39+02:00 (12 years ago)
Author:
oliverw
Message:

Removed compiler warning.

File:
1 edited

Legend:

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

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