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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 29 14:53:03 EST 2009


Author: bstansberry at jboss.com
Date: 2009-01-29 14:53:03 -0500 (Thu, 29 Jan 2009)
New Revision: 83629

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

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2009-01-29 19:07:59 UTC (rev 83628)
+++ trunk/build/build-distr.xml	2009-01-29 19:53:03 UTC (rev 83629)
@@ -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: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-01-29 19:07:59 UTC (rev 83628)
+++ trunk/build/build.xml	2009-01-29 19:53:03 UTC (rev 83629)
@@ -729,6 +729,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