[jboss-cvs] JBoss Messaging SVN: r7352 - in trunk/examples/javaee: jca-config and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 15 19:55:52 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-15 19:55:52 -0400 (Mon, 15 Jun 2009)
New Revision: 7352

Modified:
   trunk/examples/javaee/common/build.xml
   trunk/examples/javaee/jca-config/build.xml
Log:
fixing server deployment (not copy data, log and tmp)

Modified: trunk/examples/javaee/common/build.xml
===================================================================
--- trunk/examples/javaee/common/build.xml	2009-06-15 20:19:20 UTC (rev 7351)
+++ trunk/examples/javaee/common/build.xml	2009-06-15 23:55:52 UTC (rev 7352)
@@ -132,6 +132,9 @@
       <copy todir="${example-profile}/deploy/">
          <fileset dir="${build.dir}">
             <include name="${example.name}-example.ear"/>
+            <exclude name="**/data/**"/>
+            <exclude name="**/log/**"/>
+            <exclude name="**/tmp/**"/>
          </fileset>
       </copy>
       <exec dir="${jboss.home}/bin" executable="sh">

Modified: trunk/examples/javaee/jca-config/build.xml
===================================================================
--- trunk/examples/javaee/jca-config/build.xml	2009-06-15 20:19:20 UTC (rev 7351)
+++ trunk/examples/javaee/jca-config/build.xml	2009-06-15 23:55:52 UTC (rev 7352)
@@ -50,6 +50,9 @@
          <fileset dir="${deploy.dir}">
             <exclude  name="**/*jca-config-example.ear"/>
             <exclude name="**/*ra.xml"/>
+            <exclude name="**/data/**"/>
+            <exclude name="**/log/**"/>
+            <exclude name="**/tmp/**"/>
          </fileset>
       </copy>
       <copy todir="${deploy.dir2}/deploy/messaging.sar">




More information about the jboss-cvs-commits mailing list