Author: sijskes
Date: Sun Nov 28 21:08:25 2010
New Revision: 1039949

URL: http://svn.apache.org/viewvc?rev=1039949&view=rev
Log:
added new matrix target

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

Modified: incubator/river/jtsk/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=1039949&r1=1039948&r2=1039949&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Sun Nov 28 21:08:25 2010
@@ -50,7 +50,9 @@
     <target name="hudson-qa" description="hudson QA build target" 
depends="diagnostics,hudson-qa-settings,all.clean,qa.run" />
 
     <target name="hudson-qa-runtime" description="build QA runtime" >
-        <ant dir="qa" target="harness-runtime" inheritall="false">
+        <ant dir="qa" inheritall="false">
+            <target name="clean" />
+            <target name="harness-runtime" />
         </ant>
         <jar destfile="runtime-harness.jar" index="false">
             <fileset dir=".">


Reply via email to