Changeset 1278 for plugins


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

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

Also added includeantruntime="false" option.

File:
1 edited

Legend:

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

    r1030 r1278  
    1515  <property name="tar.name" value="${tar.prefix}.tar.gz" description="Full name of .tar.gz file for download." />
    1616  <property name="javac.arg" value="-Xlint:unchecked" />
    17   <property name="javac.source" value="1.5" />
    18   <property name="javac.target" value="1.5" />
     17  <property name="javac.source" value="1.6" />
     18  <property name="javac.target" value="1.6" />
    1919  <property name="javac.encoding" value="UTF-8" />
    2020
     
    9494      source="${javac.source}"
    9595      target="${javac.target}"
     96      includeantruntime="false"
    9697      >
    9798      <compilerarg value="${javac.arg}" />
Note: See TracChangeset for help on using the changeset viewer.