Changeset 639 in josm for trunk


Ignore:
Timestamp:
2008-05-13T10:13:58+02:00 (16 years ago)
Author:
gebner
Message:

build.xml: Use UTF-8 as encoding for source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r529 r639  
    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"
     48                                target="1.5" debug="on" encoding="UTF-8">
    4849                        <compilerarg value="-Xlint:deprecation"/>
    4950                </javac>
Note: See TracChangeset for help on using the changeset viewer.