Changeset 4232 in josm
- Timestamp:
- Jul 13, 2011 12:15:38 PM (23 months ago)
- File:
-
- 1 edited
-
trunk/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r4231 r4232 106 106 </target> 107 107 <target name="compile" depends="init"> 108 <javac srcdir="src" classpathref="classpath" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8" 109 excludes="com/drew/metadata/test/,com/drew/metadata/jpeg/test/,com/drew/metadata/iptc/test/"> 108 <javac srcdir="src" classpathref="classpath" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8"> 110 109 <compilerarg value="-Xlint:deprecation"/> 111 110 <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset
for help on using the changeset viewer.
