[jboss-cvs] JBossAS SVN: r83313 - in branches/Branch_5_0: console and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 22 13:20:28 EST 2009


Author: scott.stark at jboss.org
Date: 2009-01-22 13:20:27 -0500 (Thu, 22 Jan 2009)
New Revision: 83313

Modified:
   branches/Branch_5_0/aspects/.classpath
   branches/Branch_5_0/console/.classpath
   branches/Branch_5_0/server/.classpath
   branches/Branch_5_0/spring-int/.classpath
   branches/Branch_5_0/varia/.classpath
Log:
Add missing servlet api jar to classpaths

Modified: branches/Branch_5_0/aspects/.classpath
===================================================================
--- branches/Branch_5_0/aspects/.classpath	2009-01-22 18:06:54 UTC (rev 83312)
+++ branches/Branch_5_0/aspects/.classpath	2009-01-22 18:20:27 UTC (rev 83313)
@@ -43,5 +43,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-asintegration-mc.jar" sourcepath="/thirdparty/jboss/aop/lib/jboss-aop-asintegration-mc-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-asintegration-jmx.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_0/console/.classpath
===================================================================
--- branches/Branch_5_0/console/.classpath	2009-01-22 18:06:54 UTC (rev 83312)
+++ branches/Branch_5_0/console/.classpath	2009-01-22 18:20:27 UTC (rev 83313)
@@ -9,5 +9,6 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/web/lib/jsp-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/beanshell/lib/bsh.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_0/server/.classpath
===================================================================
--- branches/Branch_5_0/server/.classpath	2009-01-22 18:06:54 UTC (rev 83312)
+++ branches/Branch_5_0/server/.classpath	2009-01-22 18:20:27 UTC (rev 83313)
@@ -18,5 +18,6 @@
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/ws/native/lib/jbossws-native-jaxws.jar" sourcepath="/thirdparty/org/jboss/ws/native/lib/jbossws-native-jaxws-sources.jar"/>
 	<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="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_0/spring-int/.classpath
===================================================================
--- branches/Branch_5_0/spring-int/.classpath	2009-01-22 18:06:54 UTC (rev 83312)
+++ branches/Branch_5_0/spring-int/.classpath	2009-01-22 18:20:27 UTC (rev 83313)
@@ -13,7 +13,8 @@
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop.jar"/>
-   <classpathentry exported="true" kind="lib" path="/thirdparty/jboss/cache/jbosscache-core/lib/jbosscache-core.jar" sourcepath="/jbosscache-core/src/main/java"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/cache/jbosscache-core/lib/jbosscache-core.jar" sourcepath="/jbosscache-core/src/main/java"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/cache/jbosscache-pojo/lib/jbosscache-pojo.jar" sourcepath="/thirdparty/jboss/cache/jbosscache-pojo/lib/jbosscache-pojo-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_0/varia/.classpath
===================================================================
--- branches/Branch_5_0/varia/.classpath	2009-01-22 18:06:54 UTC (rev 83312)
+++ branches/Branch_5_0/varia/.classpath	2009-01-22 18:20:27 UTC (rev 83313)
@@ -21,5 +21,6 @@
 	<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client.jar" sourcepath="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-src.zip"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list