Ignore:
Timestamp:
2009-03-08T14:39:18+01:00 (15 years ago)
Author:
stoecker
Message:

some validator fixes, reenabled debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/build.xml

    r14007 r14015  
    1010    <target name="compile" depends="init">
    1111        <echo message="creating ${plugin.jar}"/>
    12         <javac srcdir="src" classpath="${josm}" debug="false" destdir="${plugin.build.dir}">
     12        <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}">
    1313            <compilerarg value="-Xlint:deprecation"/>
    1414            <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.