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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 07:37:51 EST 2009


Author: dimitris at jboss.org
Date: 2009-03-06 07:37:51 -0500 (Fri, 06 Mar 2009)
New Revision: 85387

Modified:
   branches/Branch_5_x/build/build-distr.xml
Log:
exclude JBossMessaging source code examples from the distro until we decide where to put them

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-03-06 12:21:49 UTC (rev 85386)
+++ branches/Branch_5_x/build/build-distr.xml	2009-03-06 12:37:51 UTC (rev 85387)
@@ -745,19 +745,22 @@
        tofile="${install.examples.jms}/example-destinations-service.xml"/>
 
      <!-- JBM examples for JBoss 5 -->
+     <!-- exclude source code examples until we decide where to put them -->
      <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>
      </copy>
-     <!-- need to copy the following files as AS5 build while change the contents of them -->
+     <!-- 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">
          <include name="messaging.keystore"/>
          <include name="messaging.truststore"/>
        </fileset>
      </copy>
-
+     -->
    </target>
 
    <target name="_module-messaging-all" depends="_module-messaging-most">




More information about the jboss-cvs-commits mailing list