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 20:41:05 UTC

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

Author: sijskes
Date: Sun Nov 28 19:41:05 2010
New Revision: 1039932

URL: http://svn.apache.org/viewvc?rev=1039932&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=1039932&r1=1039931&r2=1039932&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Sun Nov 28 19:41:05 2010
@@ -49,7 +49,11 @@
 
     <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,hudson-qa-settings,all.clean,qa.run" />
 
-    <target name="hudson-qa-exec" description="hudson QA matrix target" />
+    <target name="hudson-qa-runtime" description="hudson QA matrix target" >
+    </target>
+
+    <target name="hudson-qa-exec" description="hudson QA matrix target" >
+    </target>
 
     <target name="hudson-qa-settings" description="provide default settings" >
         <property name="harness.generateHtml" value="true" />