Changeset 4722 in josm


Ignore:
Timestamp:
2011-12-27T16:22:45+01:00 (12 years ago)
Author:
jttt
Message:

Fix #7192 compile error

Location:
trunk
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r4257 r4722  
    121121    <target name="compile" depends="javacc,init">
    122122        <javac srcdir="src" includes="com/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="iso-8859-1"/>
    123         <javac srcdir="src" excludes="com/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8">
     123        <javac srcdir="src" excludes="com/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8" classpathref="classpath">
    124124            <compilerarg value="-Xlint:deprecation"/>
    125125            <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.