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/09 09:25:30 UTC

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

Author: sijskes
Date: Thu Dec  9 08:25:30 2010
New Revision: 1043858

URL: http://svn.apache.org/viewvc?rev=1043858&view=rev
Log:
optimized build

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=1043858&r1=1043857&r2=1043858&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Thu Dec  9 08:25:30 2010
@@ -33,7 +33,7 @@
     <target name="river-runtime" >
         <ant>
             <target name="clean" />
-            <target name="hudson-ci" />
+            <target name="river-runtime" />
         </ant>
     </target>