[jboss-cvs] JBossAS SVN: r76024 - trunk/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 20 08:53:56 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-07-20 08:53:56 -0400 (Sun, 20 Jul 2008)
New Revision: 76024

Modified:
   trunk/tomcat/.classpath
   trunk/tomcat/pom.xml
Log:
Add net/jcip/jcip-annotations to classpath

Modified: trunk/tomcat/.classpath
===================================================================
--- trunk/tomcat/.classpath	2008-07-20 12:49:40 UTC (rev 76023)
+++ trunk/tomcat/.classpath	2008-07-20 12:53:56 UTC (rev 76024)
@@ -23,9 +23,11 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/ws/native/lib/jbossws-native-jaxws.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-ejb3-interceptors/lib/jboss-ejb3-interceptors.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-interceptors/lib/jboss-ejb3-interceptors-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/net/jcip/lib/jcip-annotations.jar"/>
+    <classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-spi.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/cluster"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-jpa-deployers/lib/jboss-jpa-deployers.jar" sourcepath="/thirdparty/jboss/jboss-jpa-deployers/lib/jboss-jpa-deployers-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/tomcat/pom.xml
===================================================================
--- trunk/tomcat/pom.xml	2008-07-20 12:49:40 UTC (rev 76023)
+++ trunk/tomcat/pom.xml	2008-07-20 12:53:56 UTC (rev 76024)
@@ -255,6 +255,10 @@
       <groupId>org.hibernate</groupId>
       <artifactId>ejb3-persistence</artifactId>
     </dependency>
+    <dependency>
+      <groupId>net.jcip</groupId>
+      <artifactId>jcip-annotations</artifactId>
+    </dependency>
   </dependencies>
   
 </project>




More information about the jboss-cvs-commits mailing list