Changeset 4728 in josm
- Timestamp:
- 2011-12-27T19:29:13+01:00 (13 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r4723 r4728 22 22 <classpathentry kind="lib" path="test/lib/unitils-core/ognl-2.6.9.jar"/> 23 23 <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.1.jar"/> 24 <classpathentry kind="lib" path="lib/debug-1.0.jar"/>25 24 <classpathentry kind="output" path="bin"/> 26 25 </classpath> -
trunk/build.xml
r4722 r4728 121 121 <target name="compile" depends="javacc,init"> 122 122 <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" classpathref="classpath">123 <javac srcdir="src" excludes="com/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8"> 124 124 <compilerarg value="-Xlint:deprecation"/> 125 125 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.