Ignore:
Timestamp:
Apr 7, 2009, 8:24:34 AM (14 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #202: Change source files to UTF-8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base2/net.sf.basedb.illumina/trunk/build.xml

    r970 r1032  
    2222  <property name="javac.source" value="1.5" />
    2323  <property name="javac.target" value="1.5" />
    24   <property name="javac.encoding" value="ISO-8859-1" />
     24  <property name="javac.encoding" value="UTF-8" />
    2525  <property name="depend.jars"
    2626    value="http://base2.thep.lu.se/base/jars/2.9.0"
Note: See TracChangeset for help on using the changeset viewer.