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/19 18:33:54 UTC

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

Author: sijskes
Date: Sun Dec 19 17:33:54 2010
New Revision: 1050913

URL: http://svn.apache.org/viewvc?rev=1050913&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=1050913&r1=1050912&r2=1050913&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Sun Dec 19 17:33:54 2010
@@ -19,6 +19,16 @@
 <project name="hudson" basedir="."
     xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" >
 
+    <target name="verify" depends="river-runtime,verify-15-sun"
+                                description="main entry hudson River-verify">
+    </target>
+
+    <target name="river-trunk" >
+        <ant>
+            <target name="hudson-ci" />
+        </ant>
+    </target>
+
     <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
         <classpath>
             <fileset dir="animal-sniffer">
@@ -37,9 +47,6 @@
         </ant>
     </target>
 
-    <target name="verify" depends="river-runtime,verify-15-sun" >
-    </target>
-
     <macrodef name="verify-signature">
         <attribute name="signature" />
         <sequential>