You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/12/03 17:29:51 UTC

svn commit: r1041898 - /incubator/river/jtsk/trunk/hudson.xml

Author: sijskes
Date: Fri Dec  3 16:29:50 2010
New Revision: 1041898

URL: http://svn.apache.org/viewvc?rev=1041898&view=rev
Log: (empty)

Modified:
    incubator/river/jtsk/trunk/hudson.xml

Modified: incubator/river/jtsk/trunk/hudson.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/hudson.xml?rev=1041898&r1=1041897&r2=1041898&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Fri Dec  3 16:29:50 2010
@@ -50,13 +50,13 @@
     <target name="settings-jdk5" if="build.on.jdk5" >
         <fail if="build.on.jdk4" />
         <fail if="build.on.jdk6" />
-        <property name="river.source" value="1.4" />
-        <property name="river.target" value="1.4" />
+        <property name="river.source" value="5" />
+        <property name="river.target" value="jsr14" />
     </target>
     <target name="settings-jdk6" if="build.on.jdk6" >
         <fail if="build.on.jdk4" />
         <fail if="build.on.jdk5" />
-        <property name="river.source" value="1.4" />
-        <property name="river.target" value="1.4" />
+        <property name="river.source" value="6" />
+        <property name="river.target" value="jsr14" />
     </target>
 </project>