Changeset 445 in josm for trunk


Ignore:
Timestamp:
2007-11-01T07:36:08+01:00 (17 years ago)
Author:
(none)
Message:

make sure that builds target the VM version 1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

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