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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 06:20:59 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-27 06:20:59 -0500 (Tue, 27 Feb 2007)
New Revision: 60934

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
move back jboss-ha-local-jdbc.rar and jboss-ha-xa-jdbc.rar from docs/examples to deploy

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-02-27 10:51:33 UTC (rev 60933)
+++ branches/Branch_4_2/build/build-distr.xml	2007-02-27 11:20:59 UTC (rev 60934)
@@ -426,19 +426,21 @@
       <fileset dir="${_module.output}/etc/example-config">
         <include name="*.xml"/>
       </fileset>
-      <fileset dir="${_module.output}/lib">
-        <include name="jboss-ha-local-jdbc.rar"/>
-        <include name="jboss-ha-xa-jdbc.rar"/>
-      </fileset>
     </copy>
-    <copy todir="${install.server}/all/deploy" filtering="no">
+    
+    <!-- Copy deployables -->
+    <copy todir="${install.all.deploy}" filtering="no">
       <fileset dir="${_module.output}/etc/example-config">
-        <!--include name="firebird-service.xml"/-->
         <include name="hsqldb-ds.xml"/>
         <!--include name="mysql-service.xml"/-->
         <!--include name="oracle-service.xml"/-->
         <!--include name="postgres-service.xml"/-->
+        <!--include name="firebird-service.xml"/-->        
       </fileset>
+      <fileset dir="${_module.output}/lib">
+        <include name="jboss-ha-local-jdbc.rar"/>
+        <include name="jboss-ha-xa-jdbc.rar"/>
+      </fileset>      
     </copy>
     <mkdir dir="${install.all.deploy}/jms"/>
     <copy todir="${install.all.deploy}/jms" filtering="no">




More information about the jboss-cvs-commits mailing list