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/11/28 21:32:09 UTC

svn commit: r1039943 - /incubator/river/jtsk/trunk/build.xml

Author: sijskes
Date: Sun Nov 28 20:32:09 2010
New Revision: 1039943

URL: http://svn.apache.org/viewvc?rev=1039943&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=1039943&r1=1039942&r2=1039943&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Sun Nov 28 20:32:09 2010
@@ -50,6 +50,8 @@
     <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>
     </target>
 
     <target name="hudson-qa-exec" description="execute QA test" >