Author: sijskes
Date: Sun Nov 28 21:00:47 2010
New Revision: 1039947
URL: http://svn.apache.org/viewvc?rev=1039947&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=1039947&r1=1039946&r2=1039947&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Sun Nov 28 21:00:47 2010
@@ -52,6 +52,12 @@
<target name="hudson-qa-runtime" description="build QA runtime" >
<ant dir="qa" target="harness-runtime" inheritall="false">
</ant>
+ <jar destfile="runtime-harness.jar" index="false">
+ <fileset dir=".">
+ <include name="qa/lib/**" />
+ <include name="qa/lib-ext/**"/>
+ </fileset>
+ </jar>
</target>
<target name="hudson-qa-exec" description="execute QA test" >