Changeset 529 in josm for trunk/build.xml


Ignore:
Timestamp:
2008-01-30T18:02:38+01:00 (16 years ago)
Author:
gebner
Message:

Part one of patch by Dave Hansen <dave@…>

  • Remove unused imports
  • Main.debug
  • Make attribute merging aware of TIGER-import attributes
  • Better upload progress information
  • Retry uploads
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r486 r529  
    4545
    4646        <target name="compile" depends="init">
    47                 <javac srcdir="src" classpathref="classpath" destdir="build" target="1.5" debug="on" />
     47                <javac srcdir="src" classpathref="classpath" destdir="build" target="1.5" debug="on">
     48                        <compilerarg value="-Xlint:deprecation"/>
     49                </javac>
    4850        </target>
    4951
Note: See TracChangeset for help on using the changeset viewer.