Author: sijskes
Date: Sun Dec  5 12:20:29 2010
New Revision: 1042329

URL: http://svn.apache.org/viewvc?rev=1042329&view=rev
Log:
moved hudson specifics to hudson.xml

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=1042329&r1=1042328&r2=1042329&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Sun Dec  5 12:20:29 2010
@@ -18,6 +18,23 @@
  !-->
 <project name="hudson" basedir="." >
 
+    <target name="qa-runtime" description="build QA runtime" >
+        <ant dir="qa" inheritall="false">
+            <target name="clean" />
+            <target name="harness-runtime" />
+        </ant>
+        <delete file="harness-runtime.jar" />
+        <jar destfile="harness-runtime.jar" index="false">
+            <fileset dir=".">
+                <include name="lib/**" />
+                <include name="lib-dl/**"/>
+                <include name="lib-ext/**"/>
+                <include name="qa/lib/**" />
+                <include name="qa/lib-ext/**"/>
+            </fileset>
+        </jar>
+    </target>
+
     <target name="run-qa" description="execute QA test" >
         <property name="harness-runtime-src" 
value="https://hudson.apache.org/hudson/pview/job/River-QA-runtime/lastSuccessfulBuild/artifact/jtsk/trunk/harness-runtime.jar";
 />
         <property name="harness-runtime-dst" value="harness-runtime.jar" />


Reply via email to