[jboss-cvs] JBossAS SVN: r82912 - in branches/Branch_5_x: server and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 15 11:23:06 EST 2009


Author: emuckenhuber
Date: 2009-01-15 11:23:06 -0500 (Thu, 15 Jan 2009)
New Revision: 82912

Modified:
   branches/Branch_5_x/console/.classpath
   branches/Branch_5_x/server/.classpath
   branches/Branch_5_x/tomcat/.classpath
Log:
fix eclipse path

Modified: branches/Branch_5_x/console/.classpath
===================================================================
--- branches/Branch_5_x/console/.classpath	2009-01-15 16:22:00 UTC (rev 82911)
+++ branches/Branch_5_x/console/.classpath	2009-01-15 16:23:06 UTC (rev 82912)
@@ -6,8 +6,8 @@
 	<classpathentry exported="true" kind="src" path="/messaging"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jfreechart/lib/jfreechart.jar"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-servlet/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/jsp-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_x/server/.classpath
===================================================================
--- branches/Branch_5_x/server/.classpath	2009-01-15 16:22:00 UTC (rev 82911)
+++ branches/Branch_5_x/server/.classpath	2009-01-15 16:23:06 UTC (rev 82912)
@@ -5,7 +5,6 @@
 	<classpathentry kind="src" path="output/gen-src"/>
 	<classpathentry exported="true" kind="src" path="/security"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/ibm-wsdl4j/lib/wsdl4j.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/hibernate-entitymanager/lib/ejb3-persistence.jar"/>
@@ -19,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_x/tomcat/.classpath
===================================================================
--- branches/Branch_5_x/tomcat/.classpath	2009-01-15 16:22:00 UTC (rev 82911)
+++ branches/Branch_5_x/tomcat/.classpath	2009-01-15 16:23:06 UTC (rev 82912)
@@ -7,7 +7,6 @@
 	<classpathentry exported="true" kind="src" path="/connector"/>
 	<classpathentry exported="true" kind="src" path="/iiop"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-servlet/lib/jsp-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/cluster/lib/jboss-ha-server-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jgroups/lib/jgroups.jar"/>




More information about the jboss-cvs-commits mailing list