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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 13 16:31:42 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-11-13 16:31:41 -0500 (Tue, 13 Nov 2007)
New Revision: 67044

Modified:
   branches/JBPAPP_4_2/build/build-distr.xml
   branches/JBPAPP_4_2/build/build.xml
Log:
http://jira.jboss.com/jira/browse/JBPAPP-399 - Replacing config examples on /docs/examples/jms build

Modified: branches/JBPAPP_4_2/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-distr.xml	2007-11-13 21:00:53 UTC (rev 67043)
+++ branches/JBPAPP_4_2/build/build-distr.xml	2007-11-13 21:31:41 UTC (rev 67044)
@@ -527,7 +527,18 @@
     </copy>
   </target>
 	
-  <target name="replace-messaging" description = "Replace JBossMQ by JBoss Messaging on a given installation">
+  <target name="replace-messaging-examples" description="Replacing configuration examples for JMS">
+ 	 <delete dir="${install.root}/docs/examples/jms"/>
+ 	
+	 <mkdir dir="${install.root}/docs/examples/jms"/>
+
+ 	 <copy todir="${install.root}/docs/examples/jms">
+ 	 	<fileset dir="${jboss.messaging.resources}" includes="**"/>
+ 	 </copy>
+  </target>
+
+	
+	<target name="replace-messaging" description = "Replace JBossMQ by JBoss Messaging on a given installation">
   	
   	<property name="target" value="default"/>
   	

Modified: branches/JBPAPP_4_2/build/build.xml
===================================================================
--- branches/JBPAPP_4_2/build/build.xml	2007-11-13 21:00:53 UTC (rev 67043)
+++ branches/JBPAPP_4_2/build/build.xml	2007-11-13 21:31:41 UTC (rev 67044)
@@ -418,6 +418,9 @@
 	 	 <property name="source-config" value="clustered" />
  	 </ant>
   	
+  	
+  	 <ant antfile="build-distr.xml" target="replace-messaging-examples"/>
+  	
   </target>
 
   <!-- === -->




More information about the jboss-cvs-commits mailing list