Changeset 4239 in josm for trunk


Ignore:
Timestamp:
2011-07-14T11:53:02+02:00 (13 years ago)
Author:
bastiK
Message:

don't show compiler warnings for libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r4232 r4239  
    106106    </target>
    107107    <target name="compile" depends="init">
    108         <javac srcdir="src" classpathref="classpath" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8">
     108        <javac srcdir="src" classpathref="classpath" includes="com/drew/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="iso-8859-1"/>
     109        <javac srcdir="src" classpathref="classpath" excludes="com/drew/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8">
    109110            <compilerarg value="-Xlint:deprecation"/>
    110111            <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.