[jboss-cvs] JBossAS SVN: r89739 - in branches/JBPAPP_5_0_JBPAPP-2043: messaging2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 3 10:40:06 EDT 2009


Author: ataylor
Date: 2009-06-03 10:40:06 -0400 (Wed, 03 Jun 2009)
New Revision: 89739

Modified:
   branches/JBPAPP_5_0_JBPAPP-2043/build/build-distr.xml
   branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml
Log:
added config files

Modified: branches/JBPAPP_5_0_JBPAPP-2043/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0_JBPAPP-2043/build/build-distr.xml	2009-06-03 14:35:48 UTC (rev 89738)
+++ branches/JBPAPP_5_0_JBPAPP-2043/build/build-distr.xml	2009-06-03 14:40:06 UTC (rev 89739)
@@ -786,8 +786,9 @@
      <property name="_module.output" override="true" value="${project.root}/${_module.name}/output"/>
      <copy todir="${install.root}">
        <fileset dir="${_module.output}">
-         <include name="JBossMessaging2/*"/>
+         <include name="JBossMessaging2/**/*"/>
          <exclude name="JBossMessaging2/jbm-resources.jar"/>
+         <exclude name="JBossMessaging2/*sources.jar"/>
        </fileset>
      </copy>
       <mkdir dir="${install.examples}/JBossMessaging2"/>

Modified: branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml
===================================================================
--- branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml	2009-06-03 14:35:48 UTC (rev 89738)
+++ branches/JBPAPP_5_0_JBPAPP-2043/messaging2/build.xml	2009-06-03 14:40:06 UTC (rev 89739)
@@ -105,6 +105,11 @@
 
       <copy file="output/etc/javaee-example-ant.properties" tofile="output/etc/examples/javaee/common/config/ant.properties" overwrite="true"/>
       <copy file="output/etc/jms-example-ant.properties" tofile="output/etc/examples/common/config/ant.properties" overwrite="true"/>
+     <mkdir dir="${JBossMessaging2.dir}/config"/>
+     <copy todir="${JBossMessaging2.dir}/config">
+       <fileset dir="output/etc/jboss-as"/>
+     </copy>
+     <copy file="output/etc/ra.xml" todir="${JBossMessaging2.dir}/config"/>
   </target>
 
   <target name="sar">




More information about the jboss-cvs-commits mailing list