[jboss-cvs] JBossAS SVN: r84034 - in trunk: console and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 10 02:59:07 EST 2009


Author: emuckenhuber
Date: 2009-02-10 02:59:07 -0500 (Tue, 10 Feb 2009)
New Revision: 84034

Modified:
   trunk/aspects/.classpath
   trunk/console/.classpath
   trunk/spring-int/.classpath
   trunk/varia/.classpath
Log:
fix eclipse classpath

Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath	2009-02-10 06:36:47 UTC (rev 84033)
+++ trunk/aspects/.classpath	2009-02-10 07:59:07 UTC (rev 84034)
@@ -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: trunk/console/.classpath
===================================================================
--- trunk/console/.classpath	2009-02-10 06:36:47 UTC (rev 84033)
+++ trunk/console/.classpath	2009-02-10 07:59:07 UTC (rev 84034)
@@ -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: trunk/spring-int/.classpath
===================================================================
--- trunk/spring-int/.classpath	2009-02-10 06:36:47 UTC (rev 84033)
+++ trunk/spring-int/.classpath	2009-02-10 07:59:07 UTC (rev 84034)
@@ -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: trunk/varia/.classpath
===================================================================
--- trunk/varia/.classpath	2009-02-10 06:36:47 UTC (rev 84033)
+++ trunk/varia/.classpath	2009-02-10 07:59:07 UTC (rev 84034)
@@ -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