[jboss-cvs] JBossAS SVN: r88714 - branches/Branch_5_x/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 12 06:22:19 EDT 2009


Author: dimitris at jboss.org
Date: 2009-05-12 06:22:19 -0400 (Tue, 12 May 2009)
New Revision: 88714

Modified:
   branches/Branch_5_x/build/build-distr.xml
Log:
put back the example descriptors for using JBM with other DBs.

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-05-12 10:14:00 UTC (rev 88713)
+++ branches/Branch_5_x/build/build-distr.xml	2009-05-12 10:22:19 UTC (rev 88714)
@@ -740,7 +740,6 @@
   	</copy>
   	
      <!-- copy example jms configs -->
-     <!-- we don't need them anymore, they are all in examples/config now
      <mkdir dir="${install.examples.jms}"/>
      <copy todir="${install.examples.jms}" filtering="no">
        <fileset dir="${jboss.messaging.resources}">
@@ -748,21 +747,17 @@
          <include name="remoting-*-service.xml"/>
        </fileset>
      </copy>
-     -->
 
      <!-- the JBM bundled destinations-service.xml comes with many examples -->
      <copy file="${jboss.messaging.resources}/destinations-service.xml"
        tofile="${install.examples.jms}/example-destinations-service.xml"/>
 
-     <!-- JBM examples for JBoss 5 -->
-     <!-- exclude source code examples until we decide where to put them -->
+     <!-- JBM source code examples for JBoss 5
      <mkdir dir="${install.examples.jms}"/>
      <copy todir="${install.examples.jms}" filtering="no">
-       <fileset dir="${_module.output}/etc/">
-          <exclude name="default.mf"/>
-          <exclude name="examples/**"/>
-       </fileset>
+       <fileset dir="${_module.output}/etc/"/>
      </copy>
+     -->
      <!-- need to copy the following files as AS5 build while change the contents of them
      <copy todir="${install.examples.jms}/examples/secure-socket/etc/" overwrite="yes">
        <fileset dir="${project.root}/${_module.name}/src/etc/examples/secure-socket/etc">




More information about the jboss-cvs-commits mailing list