[Jboss-cvs] JBossAS SVN: r55129 - branches/MC_VDF_WORK/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 14:51:02 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-03 14:51:01 -0400 (Thu, 03 Aug 2006)
New Revision: 55129

Modified:
   branches/MC_VDF_WORK/build/build-distr.xml
Log:
Copy mc jars to server root lib dir

Modified: branches/MC_VDF_WORK/build/build-distr.xml
===================================================================
--- branches/MC_VDF_WORK/build/build-distr.xml	2006-08-03 18:49:09 UTC (rev 55128)
+++ branches/MC_VDF_WORK/build/build-distr.xml	2006-08-03 18:51:01 UTC (rev 55129)
@@ -1797,9 +1797,14 @@
      </copy>
 
 
-    <!-- Copy the generated libraries -->
-    <mkdir dir="${install.lib}"/>
+   <!-- Copy thirdparty jars -->
+   <mkdir dir="${install.lib}"/>
     <copy todir="${install.lib}" filtering="no">
+      <fileset dir="${apache.xerces.lib}">
+        <include name="xml-apis.jar"/>
+        <include name="xercesImpl.jar"/>
+        <include name="resolver.jar"/>
+      </fileset>    	
       <fileset dir="${jboss.common.lib}">
         <include name="jboss-common.jar"/>
         <include name="namespace.jar"/>
@@ -1814,7 +1819,7 @@
       </fileset>
     </copy>
 
-    <!-- Copy the generated client libraries -->
+	<!-- Copy the generated client libraries -->
     <mkdir dir="${install.client}"/>
     <copy todir="${install.client}" filtering="no">
       <fileset dir="${jboss.common.lib}">
@@ -1826,15 +1831,6 @@
       </fileset>
     </copy>
 
-    <!-- Copy thirdparty code -->
-    <copy todir="${install.lib}" filtering="no">
-      <fileset dir="${apache.xerces.lib}">
-        <include name="xml-apis.jar"/>
-        <include name="xercesImpl.jar"/>
-        <include name="resolver.jar"/>
-      </fileset>    	
-    </copy>
-
     <!-- Copy thirdparty code to lib/endorsed -->
     <mkdir dir="${install.lib}/endorsed"/>
     <copy todir="${install.lib}/endorsed" filtering="no">




More information about the jboss-cvs-commits mailing list