Changeset 793 in josm for trunk/build.xml


Ignore:
Timestamp:
2008-08-16T13:37:26+02:00 (17 years ago)
Author:
stoecker
Message:

I18N

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r790 r793  
    4848        <target name="compile" depends="init">
    4949                <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">
    5151                        <compilerarg value="-Xlint:deprecation"/>
    5252                </javac>
Note: See TracChangeset for help on using the changeset viewer.