[jboss-svn-commits] JBL Code SVN: r5055 - labs/jbossesb/branches/refactor/ESBCore

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 12 17:31:46 EDT 2006


Author: arvinder
Date: 2006-07-12 17:31:43 -0400 (Wed, 12 Jul 2006)
New Revision: 5055

Modified:
   labs/jbossesb/branches/refactor/ESBCore/build.xml
Log:
Move tests into module sub directory

Modified: labs/jbossesb/branches/refactor/ESBCore/build.xml
===================================================================
--- labs/jbossesb/branches/refactor/ESBCore/build.xml	2006-07-12 21:31:17 UTC (rev 5054)
+++ labs/jbossesb/branches/refactor/ESBCore/build.xml	2006-07-12 21:31:43 UTC (rev 5055)
@@ -35,7 +35,9 @@
     		<ant dir="services"/>
     		<ant dir="processors"/>
     		<ant dir="listeners"/>
-    		<ant dir="tests"/>
+            <!--
+            <ant dir="tests"/>
+            -->
     </target>
 
     <!-- =================================================================== -->
@@ -43,7 +45,12 @@
     <!-- =================================================================== -->
     <target name="org.jboss.esb.core.test" depends="org.jboss.esb.core.compile" description="Test subprojects">
         <echo message="Testing submodules"/>
-        <ant dir="tests" target="org.jboss.esb.internal.test"/>
+        <ant dir="common" target="org.jboss.esb.common.test"/>
+        <!-- Uncomment when ready
+        <ant dir="listeners" target="org.jboss.esb.listeners.test"/>
+        <ant dir="processors" target="org.jboss.esb.processors.test"/>
+        <ant dir="services" target="org.jboss.esb.services.test"/>
+        -->
     </target>
 
     




More information about the jboss-svn-commits mailing list