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/18 14:48:09 UTC

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

Author: sijskes
Date: Thu Nov 18 13:48:09 2010
New Revision: 1036458

URL: http://svn.apache.org/viewvc?rev=1036458&view=rev
Log:
pruned dependencies for qa run

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=1036458&r1=1036457&r2=1036458&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Thu Nov 18 13:48:09 2010
@@ -45,7 +45,8 @@
 
     <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,all.clean,pre-qa-run,qa.run" />
 
-    <target name="pre-qa-run" depends="release" >
+    <target name="pre-qa-run" depends="configentry,jars" >
+        <ant dir="qa" target="build" inheritall="false" />
     </target>
 
     <target name="copy-resources"