[jboss-cvs] JBossAS SVN: r61518 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 21 01:14:57 EDT 2007


Author: weston.price at jboss.com
Date: 2007-03-21 01:14:57 -0400 (Wed, 21 Mar 2007)
New Revision: 61518

Modified:
   trunk/build/build-distr.xml
Log:
[JBAS-1425] Added new JCA deployers structure for programmatic deployment.


Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2007-03-21 05:13:47 UTC (rev 61517)
+++ trunk/build/build-distr.xml	2007-03-21 05:14:57 UTC (rev 61518)
@@ -592,12 +592,21 @@
     <property name="_module.output" override="true" value="${project.root}/${_module.name}/output"/>
 
     <mkdir dir="${install.server}/all/deployers"/>
+    
     <copy todir="${install.server}/all/deployers" filtering="no">
+      <fileset dir="${_module.output}/lib">
+        <include name="jboss-jca.deployer/**"/>
+      </fileset>
+    </copy>
+    
+    <!--
+    <copy todir="${install.server}/all/deployers" filtering="no">
       <fileset dir="${_module.output}/resources/deployers">
         <include name="jca-deployers-beans.xml"/>
       </fileset>
     </copy>
-
+    -->
+    
     <!-- Copy the generated deployment libraries -->
     <mkdir dir="${install.server}/all/deploy"/>
     <copy todir="${install.server}/all/deploy" filtering="no">




More information about the jboss-cvs-commits mailing list