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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 2 09:50:59 EDT 2007


Author: wolfc
Date: 2007-10-02 09:50:59 -0400 (Tue, 02 Oct 2007)
New Revision: 65761

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
Added wscommons policy to client install

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-10-02 13:38:38 UTC (rev 65760)
+++ branches/Branch_4_2/build/build-distr.xml	2007-10-02 13:50:59 UTC (rev 65761)
@@ -1551,6 +1551,9 @@
       <fileset dir="${woodstox.woodstox.lib}">
         <include name="wstx.jar"/>
       </fileset>
+      <fileset dir="${wscommons.policy.lib}">
+        <include name="policy.jar"/>
+      </fileset>
     </copy>
 
     <!-- copy thirdparty items to install/all/lib -->




More information about the jboss-cvs-commits mailing list