Changeset 413 in josm


Ignore:
Timestamp:
2007-10-23T21:27:45+02:00 (16 years ago)
Author:
gebner
Message:

Enable debugging info by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r407 r413  
    4040
    4141        <target name="compile" depends="init">
    42                 <javac srcdir="src" classpathref="classpath" destdir="build" />
     42                <javac srcdir="src" classpathref="classpath" destdir="build"
     43                        debug="on" />
    4344        </target>
    4445
Note: See TracChangeset for help on using the changeset viewer.