[jboss-cvs] JBossAS SVN: r83558 - in branches/Branch_5_x: console and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 28 10:32:56 EST 2009


Author: kabir.khan at jboss.com
Date: 2009-01-28 10:32:55 -0500 (Wed, 28 Jan 2009)
New Revision: 83558

Modified:
   branches/Branch_5_x/aspects/.classpath
   branches/Branch_5_x/console/.classpath
   branches/Branch_5_x/spring-int/.classpath
   branches/Branch_5_x/varia/.classpath
Log:
Fix eclipse classpaths

Modified: branches/Branch_5_x/aspects/.classpath
===================================================================
--- branches/Branch_5_x/aspects/.classpath	2009-01-28 15:20:03 UTC (rev 83557)
+++ branches/Branch_5_x/aspects/.classpath	2009-01-28 15:32:55 UTC (rev 83558)
@@ -43,5 +43,7 @@
 	<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 combineaccessrules="false" kind="src" path="/bootstrap"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_x/console/.classpath
===================================================================
--- branches/Branch_5_x/console/.classpath	2009-01-28 15:20:03 UTC (rev 83557)
+++ branches/Branch_5_x/console/.classpath	2009-01-28 15:32:55 UTC (rev 83558)
@@ -9,5 +9,6 @@
 	<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/jsp-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_x/spring-int/.classpath
===================================================================
--- branches/Branch_5_x/spring-int/.classpath	2009-01-28 15:20:03 UTC (rev 83557)
+++ branches/Branch_5_x/spring-int/.classpath	2009-01-28 15:32:55 UTC (rev 83558)
@@ -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_x/varia/.classpath
===================================================================
--- branches/Branch_5_x/varia/.classpath	2009-01-28 15:20:03 UTC (rev 83557)
+++ branches/Branch_5_x/varia/.classpath	2009-01-28 15:32:55 UTC (rev 83558)
@@ -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