[jboss-svn-commits] JBL Code SVN: r8124 - labs/jbossesb/trunk/qa

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 7 12:55:17 EST 2006


Author: kurt.stam at jboss.com
Date: 2006-12-07 12:55:08 -0500 (Thu, 07 Dec 2006)
New Revision: 8124

Modified:
   labs/jbossesb/trunk/qa/build.xml
Log:
Fixing the default tasks definition so I can enter something in the selection box (get the selection box that is)

Modified: labs/jbossesb/trunk/qa/build.xml
===================================================================
--- labs/jbossesb/trunk/qa/build.xml	2006-12-07 17:30:46 UTC (rev 8123)
+++ labs/jbossesb/trunk/qa/build.xml	2006-12-07 17:55:08 UTC (rev 8124)
@@ -23,10 +23,8 @@
 		</sequential>
 	</macrodef>
 
-	<target name="test" description="Run all QA tests.">
-		<runant target="test.junit"/>
-	</target>
-
+	<target name="test" description="Run all QA tests." depends="test.junit"/>
+	
 	<target name="ci-test" description="Run all QA tests.">
 		<runant target="ci-test.junit"/>
 	</target>




More information about the jboss-svn-commits mailing list