[jboss-svn-commits] JBL Code SVN: r5257 - labs/jbossesb/branches/refactor/product

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jul 23 08:44:01 EDT 2006


Author: arvinder
Date: 2006-07-23 08:43:58 -0400 (Sun, 23 Jul 2006)
New Revision: 5257

Added:
   labs/jbossesb/branches/refactor/product/core/
Removed:
   labs/jbossesb/branches/refactor/product/esb/
Modified:
   labs/jbossesb/branches/refactor/product/build.xml
Log:
restructure esb dir to core

Modified: labs/jbossesb/branches/refactor/product/build.xml
===================================================================
--- labs/jbossesb/branches/refactor/product/build.xml	2006-07-23 12:38:36 UTC (rev 5256)
+++ labs/jbossesb/branches/refactor/product/build.xml	2006-07-23 12:43:58 UTC (rev 5257)
@@ -79,13 +79,13 @@
 
 	<target name="org.jboss.esb.core.compile" depends="org.jboss.esb.internal.init">
 		<echo message="Compiling modules"/>
-		<ant dir="esb"/>
+		<ant dir="core"/>
 	</target>
 
     <!-- Test targets -->
     <target name="org.jboss.esb.test" depends="org.jboss.esb.compile">
         <echo message="Testing modules"/>
-        <ant dir="esb" target="org.jboss.esb.core.test"/>
+        <ant dir="core" target="org.jboss.esb.core.test"/>
     </target>
 
 
@@ -101,7 +101,7 @@
 	<!-- Jar targets -->
 	<target name="org.jboss.esb.core.jar" depends="org.jboss.esb.compile">
 		<echo message="Building jar file"/>
-		<ant dir="esb" target="jar"/>
+		<ant dir="core" target="jar"/>
 	</target>
 	
 	<!-- add ear file rule -->
@@ -163,14 +163,14 @@
 	<target name="org.jboss.esb.clean">
 		<echo message="Cleaning modules"/>
 		
-		<echo message="Cleaning esb"/>
-			<ant dir="esb" target="clean"/>
+		<echo message="Cleaning core"/>
+			<ant dir="core" target="clean"/>
 	</target>
 		
 	<target name="org.jboss.esb.purge">
 		<echo message="Purging modules"/>
 		
-		<ant dir="esb" target="purge"/>
+		<ant dir="core" target="purge"/>
 		
 		<delete dir="${org.jboss.esb.internal.dest}"/>
 		<delete dir="${org.jboss.esb.internal.dest.root}"/>

Copied: labs/jbossesb/branches/refactor/product/core (from rev 5255, labs/jbossesb/branches/refactor/product/esb)




More information about the jboss-svn-commits mailing list