Changeset 7021 in josm for trunk/build.xml
- Timestamp:
- 2014-04-29T01:18:18+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r7019 r7021 206 206 <javac srcdir="src" excludes="com/**,oauth/**,org/apache/commons/codec/**,org/openstreetmap/gui/jmapviewer/Demo.java" 207 207 destdir="build" target="1.7" source="1.7" debug="on" includeantruntime="false" encoding="UTF-8"> 208 <compilerarg value="-Xlint:cast"/> 208 209 <compilerarg value="-Xlint:deprecation"/> 209 210 <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset
for help on using the changeset viewer.