[jboss-cvs] JBossAS SVN: r83632 - branches/Branch_5_x/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 29 15:18:33 EST 2009


Author: bstansberry at jboss.com
Date: 2009-01-29 15:18:33 -0500 (Thu, 29 Jan 2009)
New Revision: 83632

Modified:
   branches/Branch_5_x/build/build-distr.xml
   branches/Branch_5_x/build/build.xml
Log:
[JBAS-6428] Include jcip-annotations.jar in server/all/lib

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-01-29 20:11:09 UTC (rev 83631)
+++ branches/Branch_5_x/build/build-distr.xml	2009-01-29 20:18:33 UTC (rev 83632)
@@ -2163,6 +2163,9 @@
       <fileset dir="${jgroups.jgroups.lib}">
         <include name="jgroups.jar"/>
       </fileset>
+      <fileset dir="${net.jcip.lib}">
+        <include name="jcip-annotations.jar"/>
+      </fileset>
     </copy>
     <!-- Unpack the javaee dtds/schemas from jboss-metadata.jar -->
     <mkdir dir="${install.dtd}"/>

Modified: branches/Branch_5_x/build/build.xml
===================================================================
--- branches/Branch_5_x/build/build.xml	2009-01-29 20:11:09 UTC (rev 83631)
+++ branches/Branch_5_x/build/build.xml	2009-01-29 20:18:33 UTC (rev 83632)
@@ -723,6 +723,7 @@
         <exclude name="jbosscache-core.jar"/>
         <exclude name="jbosscache-pojo.jar"/>
         <exclude name="jgroups.jar"/>
+        <exclude name="jcip-annotations.jar"/>
       </fileset>
     </move>
     




More information about the jboss-cvs-commits mailing list