Changeset 1279


Ignore:
Timestamp:
Nov 24, 2010, 9:25:58 AM (13 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #288: Change "source" and "target" compilation options to 1.6

Also added includeantruntime="false" option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webservices/net.sf.basedb.examples/trunk/build.xml

    r1033 r1279  
    2323  <property name="tar.name" value="${tar.prefix}.tar.gz" description="Full name of .tar.gz file for download." />
    2424  <property name="javac.arg" value="-Xlint:unchecked" />
    25   <property name="javac.source" value="1.5" />
    26   <property name="javac.target" value="1.5" />
     25  <property name="javac.source" value="1.6" />
     26  <property name="javac.target" value="1.6" />
    2727  <property name="javac.encoding" value="UTF-8" />
    2828
     
    121121      source="${javac.source}"
    122122      target="${javac.target}"
     123      includeantruntime="false"
    123124      >
    124125      <compilerarg value="${javac.arg}" />
Note: See TracChangeset for help on using the changeset viewer.