markt 2004/12/26 15:41:01
Modified: . BUILDING.txt build.properties.default
Log:
Update build to use 1.0 final of commons daemon rather than
the alpha realease.
Revision Changes Path
1.35 +4 -4 jakarta-tomcat-4.0/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- BUILDING.txt 18 Jun 2004 18:28:15 -0000 1.34
+++ BUILDING.txt 26 Dec 2004 23:41:01 -0000 1.35
@@ -455,15 +455,15 @@
NOTE: This step is only required if you wish to build the classes needed to
run Tomcat as a native operating system daemon using commons-daemon.
-* Download a binary distribution of version 1.0-Alpha or later from:
+* Download a binary distribution of version 1.0 or later from:
http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-daemon
On a Windows platform, you will need:
- commons-daemon-1.0-Alpha.zip
+ commons-daemon-1.0.zip
On a Unix platform, you will need:
- commons-daemon-1.0-Alpha.tar.gz
+ commons-daemon-1.0.tar.gz
* Unpack the binary distribution into a convenient location so that the
distribution resides in its own directory.
1.4 +5 -5 jakarta-tomcat-4.0/build.properties.default
Index: build.properties.default
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.default,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.properties.default 16 Sep 2004 20:31:54 -0000 1.3
+++ build.properties.default 26 Dec 2004 23:41:01 -0000 1.4
@@ -152,12 +152,12 @@
activation.jar=${activation.lib}/activation.jar
-# ----- Commons Daemon, version 1.0-Alpha or later -----
-commons-daemon.home=${base.path}/commons-daemon-1.0-Alpha
+# ----- Commons Daemon, version 1.0 or later -----
+commons-daemon.home=${base.path}/commons-daemon-1.0
commons-daemon.lib=${commons-daemon.home}
commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
-#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0-Alpha.tar.gz
-commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0-Alpha.tar.gz
+#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0.tar.gz
+commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0.tar.gz
# ----- Commons DBCP, version 1.0 or later -----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]