From: remm Date: Wed, 29 Mar 2006 14:39:52 +0000 (+0000) Subject: - Fixes according to the directory structure. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=38fcf5cf2cf11cec53ef1223cb0877c61228c481;p=tomcat7.0 - Fixes according to the directory structure. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@389806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index b7f6438cb..093c4826d 100644 --- a/build.xml +++ b/build.xml @@ -38,9 +38,7 @@ - - @@ -142,30 +140,8 @@ - - - - - - - - - - - - - - - - - - - - - - + @@ -176,76 +152,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -454,6 +362,17 @@ + + + + + + + + + + + diff --git a/java/org/apache/catalina/startup/catalina.properties b/java/org/apache/catalina/startup/catalina.properties index 94e65b6a8..1d8ea08cb 100644 --- a/java/org/apache/catalina/startup/catalina.properties +++ b/java/org/apache/catalina/startup/catalina.properties @@ -29,7 +29,7 @@ package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache # "foo/*.jar": Add all the JARs of the specified folder as class # repositories # "foo/bar.jar": Add bar.jar as a class repository -common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar +common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar # # List of comma-separated paths defining the contents of the "server" @@ -42,7 +42,7 @@ common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar # "foo/*.jar": Add all the JARs of the specified folder as class # repositories # "foo/bar.jar": Add bar.jar as a class repository -server.loader=${catalina.home}/server/classes,${catalina.home}/server/lib/*.jar +server.loader= # # List of comma-separated paths defining the contents of the "shared" @@ -56,7 +56,7 @@ server.loader=${catalina.home}/server/classes,${catalina.home}/server/lib/*.jar # "foo/bar.jar": Add bar.jar as a class repository # Please note that for single jars, e.g. bar.jar, you need the URL form # starting with file:. -shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar +shared.loader= # # String cache configuration. diff --git a/res/bootstrap.jar.manifest b/res/bootstrap.jar.manifest index df6917f2a..045e7a762 100644 --- a/res/bootstrap.jar.manifest +++ b/res/bootstrap.jar.manifest @@ -1,5 +1,5 @@ Manifest-Version: 1.0 Main-Class: org.apache.catalina.startup.Bootstrap -Class-Path: jmx.jar commons-daemon.jar commons-logging-api.jar tomcat-juli.jar +Class-Path: commons-daemon.jar commons-logging-api.jar tomcat-juli.jar tomcat-util.jar Specification-Title: Catalina -Specification-Version: 1.0 \ No newline at end of file +Specification-Version: 6.0 \ No newline at end of file