What I suggest that you do is use a stock TR.props file as your basis and then include= your JetspeedResources.props at the bottom. The JR.props file will override the TR.props file settings. thanks, -jon ---------- From: Java Apache CVS Development <[EMAIL PROTECTED]> Reply-To: "Java-Apache Development" <[EMAIL PROTECTED]> Date: Wed, 31 Jan 2001 22:11:59 -0800 (PST) To: [EMAIL PROTECTED] Subject: CVS update: jetspeed/webapp/WEB-INF/conf TurbineResources.properties User: taylor Date: 01/01/31 22:11:58 Modified: webapp/WEB-INF/conf TurbineResources.properties Log: removed one remaining 'mail.server' parameter since the other params are in JetspeedResources.properties Revision Changes Path 1.17 +1 -13 jetspeed/webapp/WEB-INF/conf/TurbineResources.properties Index: TurbineResources.properties =================================================================== RCS file: /products/cvs/jetspeed/jetspeed/webapp/WEB-INF/conf/TurbineResources.propert ies,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- TurbineResources.properties 2001/01/31 12:33:25 1.16 +++ TurbineResources.properties 2001/02/01 06:11:58 1.17 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: TurbineResources.properties,v 1.16 2001/01/31 12:33:25 ingo Exp $ +# $Id: TurbineResources.properties,v 1.17 2001/02/01 06:11:58 taylor Exp $ # # This is the configuration file for Turbine. # ------------------------------------------------------------------- @@ -28,18 +28,6 @@ # turbine.logs=security # turbine.log.security=/turbine/logs/turbine-security.log # turbine.log.database=/turbine/logs/turbine-database.log - -# ------------------------------------------------------------------- -# -# M A I L S E R V E R -# -# ------------------------------------------------------------------- -# Your mail server for outgoing email. -# -# Default: null -# ------------------------------------------------------------------- - -mail.server=localhost # ------------------------------------------------------------------- # -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/[email protected]/> List Help?: [EMAIL PROTECTED]
