husted 2003/08/12 12:33:03
Modified: chain build.properties.sample
Log:
Add note regarding conditional compilation.
Revision Changes Path
1.2 +4 -0 jakarta-commons-sandbox/chain/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/chain/build.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.properties.sample 11 Aug 2003 04:44:16 -0000 1.1
+++ build.properties.sample 12 Aug 2003 19:33:03 -0000 1.2
@@ -6,17 +6,21 @@
junit.jar = ${junit.home}/junit.jar
# (OPTIONAL) The pathname of the "faces-api.jar" file
+# To disable, set to a non-existant path
jsf-api.jar=${user.home}/jwsdp-1.2/jsf/lib/jsf-api.jar
# (OPTIONAL) The pathname of the "portlet-api.jar" file
+# To disable, set to a non-existant path
portlet-api.jar=../../jakarta-jetspeed-2/portlet-api/target/portlet-api-0.6.6.jar
# (OPTIONAL) The pathname of the "servlet-api.jar" file
# Version 2.2 or later required, version 2.4 is supported
+# To disable, set to a non-existant path
servlet-api.jar = /usr/local/jwsdp-1.2/common/lib/servlet-api.jar
# (OPTIONAL) The pathname of the "commons-digester.jar" file
# required only if you are using the org.apache.commons.chain.config package
+# To disable, set to a non-existant path
commons-digester.jar = ../../jakarta-commons/digester/dist/commons-digester.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]