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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 23 07:18:05 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-23 07:18:05 -0500 (Fri, 23 Feb 2007)
New Revision: 60825

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
Move jboss-ejb3x.jar from the ej3.deployer to the shared lib directory

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-02-23 12:03:53 UTC (rev 60824)
+++ branches/Branch_4_2/build/build-distr.xml	2007-02-23 12:18:05 UTC (rev 60825)
@@ -1377,6 +1377,14 @@
     <property name="_module.output" override="true"
       value="${project.root}/${_module.name}/output"/>
       
+    <!-- Copy the generated libraries -->
+    <mkdir dir="${install.all.lib}"/>
+    <copy todir="${install.all.lib}" filtering="no">
+      <fileset dir="${_module.output}/lib">
+        <include name="jboss-ejb3x.jar"/>
+      </fileset>
+    </copy>
+      
     <!-- Copy the generated client libraries -->
     <mkdir dir="${install.client}"/>
     <copy todir="${install.client}" filtering="no">




More information about the jboss-cvs-commits mailing list