costin 2002/08/01 10:30:39
Modified: . build.properties.default
Log:
Add properties for log4j ( if you build in 1.3 ) and jaxen/saxpath.
The last 2 are needed by taglibs which is required by jasper2.
( the files are checked in taglibs )
Revision Changes Path
1.14 +14 -1 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.properties.default 1 Aug 2002 14:30:36 -0000 1.13
+++ build.properties.default 1 Aug 2002 17:30:39 -0000 1.14
@@ -39,6 +39,7 @@
# ----- Default Base Path for Dependent Packages -----
+#base.path=/usr/share/java
base.path=/usr/local
@@ -119,6 +120,18 @@
activation.home=${base.path}/jaf-1.0.1
activation.lib=${activation.home}
activation.jar=${activation.lib}/activation.jar
+
+# ----- Log4j -----
+log4j.home=${base.path}/log4j
+log4j.jar=${log4j.home}/log4j.jar
+
+# ----- Jaxen ( required by taglibs/standard required by jasper ) -----
+jaxen.home=${base.path}/jaxen-1.0-FCS
+jaxen.jar=${jaxen.home}/jaxen-full.jar
+
+# ----- Saxpath ( required by taglibs/standard required by jasper ) -----
+saxpath.home=${base.path}/saxpath-1.0-FCS
+saxpath.jar=${saxpath.home}/saxpath.jar
# ----- Commons DBCP, version 20011030 or later -----
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>