Changeset 793 in josm for trunk/build.xml
- Timestamp:
- 2008-08-16T13:37:26+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r790 r793 48 48 <target name="compile" depends="init"> 49 49 <javac srcdir="src" classpathref="classpath" destdir="build" 50 target="1.5" debug="on" encoding="UTF-8"> 50 target="1.5" source="1.5" debug="on" encoding="UTF-8"> 51 51 <compilerarg value="-Xlint:deprecation"/> 52 52 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.