[jboss-cvs] JBossAS SVN: r60818 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 23 04:45:05 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-23 04:45:05 -0500 (Fri, 23 Feb 2007)
New Revision: 60818

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
jboss-ha-local-jdbc.rar, jboss-ha-xa-jdbc.rar were deployed by default, although they are supposed to live in docs/examples/jca only.

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-02-23 07:49:37 UTC (rev 60817)
+++ branches/Branch_4_2/build/build-distr.xml	2007-02-23 09:45:05 UTC (rev 60818)
@@ -389,7 +389,8 @@
     <mkdir dir="${install.server}/all/deploy"/>
     <copy todir="${install.server}/all/deploy" filtering="no">
       <fileset dir="${_module.output}/lib">
-        <include name="*.rar"/>
+        <include name="jboss-local-jdbc.rar"/>
+        <include name="jboss-xa-jdbc.rar"/>
         <exclude name="jms-ra.rar"/>
         <!-- Future feature request JBAS-3206 -->
         <exclude name="quartz-ra.rar"/>




More information about the jboss-cvs-commits mailing list