[jboss-cvs] JBossAS SVN: r65450 - branches/JBPAPP_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 18 11:24:50 EDT 2007


Author: dbhole
Date: 2007-09-18 11:24:50 -0400 (Tue, 18 Sep 2007)
New Revision: 65450

Modified:
   branches/JBPAPP_4_2/build/build-distr.xml
   branches/JBPAPP_4_2/build/build.xml
Log:

Copy over jboss-messaging-client.jar during soa build (when it becomes available)
Add production config as a config to modify for replace-messaging target
Remove jbossmq jars in replace-messaging target



Modified: branches/JBPAPP_4_2/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-distr.xml	2007-09-18 13:57:42 UTC (rev 65449)
+++ branches/JBPAPP_4_2/build/build-distr.xml	2007-09-18 15:24:50 UTC (rev 65450)
@@ -543,6 +543,7 @@
     <copy todir="${install.server}/${target}/lib" filtering="no">
       <fileset dir="${jboss.messaging.lib}">
         <include name="jboss-messaging.jar"/>
+        <include name="jboss-messaging-client.jar"/>
       </fileset>
     </copy>
 
@@ -552,11 +553,13 @@
       </fileset>
     </copy>
 
-
   	
   	<delete dir="${install.server}/${target}/deploy/jms"/>
   	<delete dir="${install.server}/${target}/deploy-hasingleton/jms"/>
-  	
+
+    <delete file="${install.server}/${target}/lib/jbossmq.jar"/>
+    <delete file="${install.server}/client/jbossmq-client.jar"/>
+
   </target>
 	
 

Modified: branches/JBPAPP_4_2/build/build.xml
===================================================================
--- branches/JBPAPP_4_2/build/build.xml	2007-09-18 13:57:42 UTC (rev 65449)
+++ branches/JBPAPP_4_2/build/build.xml	2007-09-18 15:24:50 UTC (rev 65450)
@@ -397,6 +397,9 @@
  	 <ant antfile="build-distr.xml" target="replace-messaging">
 	 	 <property name="target" value="all" />
  	 </ant>
+ 	 <ant antfile="build-distr.xml" target="replace-messaging">
+	 	 <property name="target" value="production" />
+ 	 </ant>
   	
   </target>
 




More information about the jboss-cvs-commits mailing list