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/03 09:44:25 UTC

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

Author: sijskes
Date: Wed Nov  3 08:44:25 2010
New Revision: 1030354

URL: http://svn.apache.org/viewvc?rev=1030354&view=rev
Log:
moved diagnostics target forward

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=1030354&r1=1030353&r2=1030354&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Wed Nov  3 08:44:25 2010
@@ -54,9 +54,9 @@
     </path>
     -->
 
-    <target name="ci-build" description="hudson build target" depends="all.clean,release,javadoc-internals,diagnostics" />
+    <target name="ci-build" description="hudson build target" depends="diagnostics,all.clean,release,javadoc-internals" />
 
-    <target name="qa-build" description="hudson QA build target" depends="all.clean,release,qa.run,diagnostics" />
+    <target name="qa-build" description="hudson QA build target" depends="diagnostics,all.clean,release,qa.run" />
 
     <target name="copy-resources"
 		description="Copies various resources directories to the classes dir."