[jboss-cvs] JBossAS SVN: r58746 - in branches/JBoss_3_2_7_CP: tomcat varia
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Nov 29 12:38:02 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-29 12:38:00 -0500 (Wed, 29 Nov 2006)
New Revision: 58746
Modified:
branches/JBoss_3_2_7_CP/tomcat/.classpath
branches/JBoss_3_2_7_CP/varia/.classpath
Log:
Fix the eclipse projects
Modified: branches/JBoss_3_2_7_CP/tomcat/.classpath
===================================================================
--- branches/JBoss_3_2_7_CP/tomcat/.classpath 2006-11-29 16:33:08 UTC (rev 58745)
+++ branches/JBoss_3_2_7_CP/tomcat/.classpath 2006-11-29 17:38:00 UTC (rev 58746)
@@ -1,25 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="org/jboss/web/tomcat/tc5/*.java|org/jboss/web/tomcat/tc5/session/|org/jboss/web/tomcat/tc5/sso/" kind="src" path="src/main"/>
+ <classpathentry excluding="org/jboss/web/catalina/**|org/jboss/web/tomcat/tc4/**" kind="src" path="src/main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/bootstrap.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/catalina.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/commons-beanutils.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/commons-collections.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/commons-digester.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/commons-logging.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/jasper-compiler.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/jasper-runtime.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/naming-common.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/naming-resources.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/servlets-common.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/servlets-default.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/servlets-invoker.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/servlets-webdav.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/tomcat-coyote.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/tomcat-http11.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/tomcat-jk2.jar"/>
- <classpathentry kind="lib" path="/thirdparty/apache/tomcat41/tomcat-util.jar"/>
<classpathentry kind="lib" path="/thirdparty/sun/servlet/lib/servlet.jar"/>
<classpathentry kind="src" path="/common"/>
<classpathentry kind="src" path="/server"/>
@@ -33,5 +15,21 @@
<classpathentry kind="lib" path="/thirdparty/oswego/concurrent/lib/concurrent.jar"/>
<classpathentry kind="lib" path="/thirdparty/javagroups/javagroups/lib/jgroups.jar"/>
<classpathentry kind="src" path="/connector"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/catalina.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/jasper-compiler.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/jasper-runtime.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/tomcat-coyote.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/tomcat-http11.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/tomcat-util.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/commons-beanutils.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/commons-collections.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/commons-digester.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/commons-el.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/commons-modeler.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/naming-common.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/naming-resources.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/commons-logging.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/servlets-default.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/tomcat50/catalina-manager.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: branches/JBoss_3_2_7_CP/varia/.classpath
===================================================================
--- branches/JBoss_3_2_7_CP/varia/.classpath 2006-11-29 16:33:08 UTC (rev 58745)
+++ branches/JBoss_3_2_7_CP/varia/.classpath 2006-11-29 17:38:00 UTC (rev 58746)
@@ -27,5 +27,6 @@
<classpathentry kind="lib" path="/thirdparty/apache/commons/lib/commons-httpclient.jar"/>
<classpathentry kind="lib" path="/thirdparty/oswego/concurrent/lib/concurrent.jar"/>
<classpathentry kind="lib" path="/thirdparty/apache/velocity/lib/velocity.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache/xalan/lib/xalan.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
More information about the jboss-cvs-commits
mailing list