Author: sijskes
Date: Sun Nov 28 21:25:02 2010
New Revision: 1039951

URL: http://svn.apache.org/viewvc?rev=1039951&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=1039951&r1=1039950&r2=1039951&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Sun Nov 28 21:25:02 2010
@@ -64,6 +64,7 @@
     </target>
 
     <target name="hudson-qa-exec" description="execute QA test" >
+        <get 
src="https://hudson.apache.org/hudson/pview/job/River-QA-runtime/lastSuccessfulBuild/artifact/jtsk/trunk/harness-runtime.jar";
 />
         <ant dir="qa" target="run-categories" inheritall="false">
             <property name="run.categories" value="${category}" />
         </ant>


Reply via email to