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:34:31 UTC

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

Author: sijskes
Date: Thu Nov 18 13:34:31 2010
New Revision: 1036452

URL: http://svn.apache.org/viewvc?rev=1036452&view=rev
Log:
renamed hudson targets

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=1036452&r1=1036451&r2=1036452&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Thu Nov 18 13:34:31 2010
@@ -41,9 +41,12 @@
     <property name="src.tar.bundle" location="${dist}/${product.name}-src.tar.gz"/>
     <property name="src.zip.bundle" location="${dist}/${product.name}-src.zip"/>
 
-    <target name="ci-build" description="hudson build target" depends="diagnostics,all.clean,release,javadoc-internals" />
+    <target name="hudson-ci" description="hudson build target" depends="diagnostics,all.clean,release,javadoc-internals" />
 
-    <target name="qa-build" description="hudson QA build target" depends="diagnostics,all.clean,release,qa.run" />
+    <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>
 
     <target name="copy-resources"
 		description="Copies various resources directories to the classes dir."