- Timestamp:
- Nov 24, 2010, 9:23:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.examples/trunk/build.xml
r1030 r1278 15 15 <property name="tar.name" value="${tar.prefix}.tar.gz" description="Full name of .tar.gz file for download." /> 16 16 <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" /> 19 19 <property name="javac.encoding" value="UTF-8" /> 20 20 … … 94 94 source="${javac.source}" 95 95 target="${javac.target}" 96 includeantruntime="false" 96 97 > 97 98 <compilerarg value="${javac.arg}" />
Note: See TracChangeset
for help on using the changeset viewer.