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/20 11:58:13 UTC

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

Author: sijskes
Date: Sat Nov 20 10:58:12 2010
New Revision: 1037161

URL: http://svn.apache.org/viewvc?rev=1037161&view=rev
Log:
optimized hudson-qa 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=1037161&r1=1037160&r2=1037161&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Sat Nov 20 10:58:12 2010
@@ -43,11 +43,7 @@
 
     <target name="hudson-ci" description="hudson build target" depends="diagnostics,all.clean,release,test,javadoc-internals" />
 
-    <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,all.clean,pre-qa-run,qa.run" />
-
-    <target name="pre-qa-run" depends="river-runtime" >
-        <ant dir="qa" target="build" inheritall="false" />
-    </target>
+    <target name="hudson-qa" description="hudson QA build target" depends="diagnostics,all.clean,qa.run" />
 
     <target name="river-runtime" description="results in complete river, without release archives"
         depends="configentry,jars"