Author: sijskes
Date: Thu Nov 25 17:46:06 2010
New Revision: 1039111
URL: http://svn.apache.org/viewvc?rev=1039111&view=rev
Log:
configurable source and target platform for river & qa
Modified:
incubator/river/jtsk/trunk/qa/build.xml
Modified: incubator/river/jtsk/trunk/qa/build.xml
URL:
http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/build.xml?rev=1039111&r1=1039110&r2=1039111&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/build.xml (original)
+++ incubator/river/jtsk/trunk/qa/build.xml Thu Nov 25 17:46:06 2010
@@ -179,8 +179,8 @@
</target>
<target name="compile" depends="copy-resources" description="Build
classes">
- <property name="qa.source" value="6" />
- <property name="qa.target" value="6" />
+ <property name="qa.source" value="5" />
+ <property name="qa.target" value="jsr14" />
<javac-cmd source="${qa.source}" target="${qa.target}"
source.dir="${src.dir}" dest.dir="${build.classes.dir}">
<classpath refid="river.jars"/>
<compilerarg value="-J-Xmx128m" />