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 16:54:11 UTC

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

Author: sijskes
Date: Thu Nov 18 15:54:10 2010
New Revision: 1036504

URL: http://svn.apache.org/viewvc?rev=1036504&view=rev
Log:
reordered dependencies

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=1036504&r1=1036503&r2=1036504&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Thu Nov 18 15:54:10 2010
@@ -41,7 +41,7 @@
     <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="hudson-ci" description="hudson build target" depends="diagnostics,all.clean,release,javadoc-internals" />
+    <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" />
 
@@ -55,9 +55,6 @@
 
     <target name="build" description="for compatibility" depends="river-runtime,test,river-doc"/>
 
-
-
-
     <target name="copy-resources"
 		description="Copies various resources directories to the classes dir."
 		depends="start.copy-resources, tools.copy-resources">