Author: peter_firmstone Date: Sat Apr 12 11:52:06 2014 New Revision: 1586850
URL: http://svn.apache.org/r1586850 Log: Update qa suite build to Java 6 source and target, remove jsr14 Modified: river/jtsk/skunk/qa_refactor/trunk/qa/build.xml Modified: river/jtsk/skunk/qa_refactor/trunk/qa/build.xml URL: http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/qa/build.xml?rev=1586850&r1=1586849&r2=1586850&view=diff ============================================================================== --- river/jtsk/skunk/qa_refactor/trunk/qa/build.xml (original) +++ river/jtsk/skunk/qa_refactor/trunk/qa/build.xml Sat Apr 12 11:52:06 2014 @@ -179,8 +179,8 @@ </target> <target name="compile" depends="copy-resources" description="Build classes"> - <property name="qa.source" value="5" /> - <property name="qa.target" value="jsr14" /> + <property name="qa.source" value="6" /> + <property name="qa.target" value="6" /> <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" />
