From: markt Date: Tue, 24 Oct 2006 03:16:33 +0000 (+0000) Subject: Correct props. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fa9835f1e2278927ef4d3d8f7dab871d6460e21d;p=tomcat7.0 Correct props. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@467221 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.classpath b/.classpath index 25e23e551..c3f67a7f7 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,8 @@ - - - - - - - - + + + + + + + + diff --git a/BUILDING.txt b/BUILDING.txt index 6795dbf2c..58c710712 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -1,4 +1,4 @@ -$Id: BUILDING.txt 432252 2006-08-17 14:41:02Z jfclere $ +$Id$ ==================================================== Building The Apache Tomcat 6.0 Servlet/JSP Container diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 567ae315f..d923b6ac5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,7 +4,7 @@ Release Notes -$Id: RELEASE-NOTES 351503 2005-12-01 22:12:48Z keith $ +$Id$ ============================= diff --git a/RELEASE-PLAN-6.0.txt b/RELEASE-PLAN-6.0.txt index 9dbceef8f..a9da60c60 100644 --- a/RELEASE-PLAN-6.0.txt +++ b/RELEASE-PLAN-6.0.txt @@ -1,4 +1,4 @@ -$Id: RELEASE-PLAN-5.5.txt 304598 2004-08-23 17:26:09Z remm $ +$Id$ Release Plan for Apache Tomcat 6.0 ================================== diff --git a/build.properties.default b/build.properties.default index 5c8afa2de..158d5c34e 100644 --- a/build.properties.default +++ b/build.properties.default @@ -1,63 +1,63 @@ -# ----------------------------------------------------------------------------- -# build.properties.sample -# -# This is an example "build.properties" file, used to customize building -# Jasper2 for your local environment. It defines the location of all external -# modules that Jasper2 depends on. Copy this file to "build.properties" -# in the top-level source directory, and customize it as needed. -# -# $Id: build.properties.sample 379500 2006-02-21 15:50:10Z remm $ -# ----------------------------------------------------------------------------- - -# ----- Default Base Path for Dependent Packages ----- -# Please note this path must be absolute, not relative, -# as it is referenced with different working directory -# contexts by the various build scripts. -base.path=/usr/share/java -#base.path=C:/path/to/the/repository -#base.path=/usr/local - -compile.source=1.5 -compile.target=1.5 -compile.debug=true - -base-jakarta.loc=http://archive.apache.org/dist/jakarta -base-tomcat.loc=http://archive.apache.org/dist/tomcat - -# ----- Commons Logging, version 1.1 or later ----- -commons-logging-src.loc=${base-jakarta.loc}/commons/logging/source/commons-logging-1.1-src.tar.gz - -# ----- Eclipse JDT, version 3.2 or later ----- -jdt.home=${base.path}/eclipse/plugins -jdt.lib=${jdt.home} -jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.0.v_671.jar -jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2-200606291905/eclipse-JDT-3.2.zip - -# ----- Tomcat native library ----- -tomcat-native.home=${base.path}/tomcat-native-1.1.6 -tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz -tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.6-src.tar.gz - -# ----- Commons DBCP, version 1.1 or later ----- -commons-dbcp.version=1.2.1 -commons-dbcp.home=${base.path}/commons-dbcp-1.2.1 -commons-dbcp-src.loc=${base-jakarta.loc}/commons/dbcp/source/commons-dbcp-1.2.1-src.tar.gz - -# ----- Commons Pool, version 1.1 or later ----- -commons-pool.home=${base.path}/commons-pool-1.2 -commons-pool-src.loc=${base-jakarta.loc}/commons/pool/source/commons-pool-1.2-src.tar.gz - -# ----- Commons Collections, version 2.0 or later ----- -commons-collections.home=${base.path}/commons-collections-3.1 -commons-collections.lib=${commons-collections.home} -commons-collections.jar=${commons-collections.lib}/commons-collections-3.1.jar -commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-3.1.tar.gz -commons-collections-src.loc=${base-jakarta.loc}/commons/collections/source/commons-collections-3.1-src.tar.gz - -# ----- NSIS, version 2.0 or later ----- -nsis.home=${base.path}/nsis-2.18 -nsis.exe=${nsis.home}/makensis.exe -nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll -nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll -nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll -nsis.loc=${base-sf.loc}/nsis/nsis-2.18-setup.exe +# ----------------------------------------------------------------------------- +# build.properties.sample +# +# This is an example "build.properties" file, used to customize building +# Jasper2 for your local environment. It defines the location of all external +# modules that Jasper2 depends on. Copy this file to "build.properties" +# in the top-level source directory, and customize it as needed. +# +# $Id$ +# ----------------------------------------------------------------------------- + +# ----- Default Base Path for Dependent Packages ----- +# Please note this path must be absolute, not relative, +# as it is referenced with different working directory +# contexts by the various build scripts. +base.path=/usr/share/java +#base.path=C:/path/to/the/repository +#base.path=/usr/local + +compile.source=1.5 +compile.target=1.5 +compile.debug=true + +base-jakarta.loc=http://archive.apache.org/dist/jakarta +base-tomcat.loc=http://archive.apache.org/dist/tomcat + +# ----- Commons Logging, version 1.1 or later ----- +commons-logging-src.loc=${base-jakarta.loc}/commons/logging/source/commons-logging-1.1-src.tar.gz + +# ----- Eclipse JDT, version 3.2 or later ----- +jdt.home=${base.path}/eclipse/plugins +jdt.lib=${jdt.home} +jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.0.v_671.jar +jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2-200606291905/eclipse-JDT-3.2.zip + +# ----- Tomcat native library ----- +tomcat-native.home=${base.path}/tomcat-native-1.1.6 +tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz +tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.6-src.tar.gz + +# ----- Commons DBCP, version 1.1 or later ----- +commons-dbcp.version=1.2.1 +commons-dbcp.home=${base.path}/commons-dbcp-1.2.1 +commons-dbcp-src.loc=${base-jakarta.loc}/commons/dbcp/source/commons-dbcp-1.2.1-src.tar.gz + +# ----- Commons Pool, version 1.1 or later ----- +commons-pool.home=${base.path}/commons-pool-1.2 +commons-pool-src.loc=${base-jakarta.loc}/commons/pool/source/commons-pool-1.2-src.tar.gz + +# ----- Commons Collections, version 2.0 or later ----- +commons-collections.home=${base.path}/commons-collections-3.1 +commons-collections.lib=${commons-collections.home} +commons-collections.jar=${commons-collections.lib}/commons-collections-3.1.jar +commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-3.1.tar.gz +commons-collections-src.loc=${base-jakarta.loc}/commons/collections/source/commons-collections-3.1-src.tar.gz + +# ----- NSIS, version 2.0 or later ----- +nsis.home=${base.path}/nsis-2.18 +nsis.exe=${nsis.home}/makensis.exe +nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll +nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll +nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll +nsis.loc=${base-sf.loc}/nsis/nsis-2.18-setup.exe