xlawrence 2005/03/02 12:02:38 CET
Added files:
calClient/webapp/demoClient/src/java client.properties
calClient/webapp/demoClient/src/java/properties/calendar
env.properties
Log:
imported uwCal properties
Revision Changes Path
1.1 +78 -0
uwcal_JSR168/calClient/webapp/demoClient/src/java/client.properties (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/webapp/demoClient/src/java/client.properties?rev=1.1&content-type=text/plain
1.1 +24 -0
uwcal_JSR168/calClient/webapp/demoClient/src/java/properties/calendar/env.properties
(new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/webapp/demoClient/src/java/properties/calendar/env.properties?rev=1.1&content-type=text/plain
Index: client.properties
====================================================================
# ========================================================================
# Properties file for the xml/xslt based calendar web application
# ========================================================================
#
# author Mike Douglass [EMAIL PROTECTED]
# These are required by the Struts framework
errors.header=<errors><ul>
errors.footer=</ul></errors>
messages.header=<messages><ul>
messages.footer=</ul></messages>
applicationResources=<li>Cannot load application resources bundle {0}</li>
# set the default content type - html for jsp, xml for xml/xslt.
edu.rpi.sss.util.action.contenttype=text/xml
edu.rpi.sss.util.error.exc=<li>Exception: {0}</li>
# Turn nocache headers on. We don't use the standard struts directives
# because we need to be able to turn nocache off for a single response.
# This gets around an IE problem with delivery of files.
edu.rpi.sss.util.action.nocache=yes
# true if this application should run in guest mode only
org.ucal.calendar.guestmode=true
# application name
org.ucal.calendar.app.name=DemoCal
edu.rpi.sss.util.action.logprefix=DemoCal
# stylesheets and other files are found below this root
org.ucal.calendar.app.root=http://localhost:8080/calrsrc
org.ucal.calendar.security.prefix=demo
org.ucal.calendar.app.hour24=true
org.ucal.calendar.app.minincrement=5
# Do we allow display of an entire years data?
org.ucal.calendar.app.showyeardata=false
# set the default view
org.ucal.calendar.defaultview=week
# Refresh interval and action
org.ucal.calendar.refreshinterval=300
org.ucal.calendar.refreshaction=setup.do
# Define the names and hosts for the user and public events clients.
# This allows us to dynamically create cross links in pages.
# If the host is not defined the host (and port) of the originating
# client will be used.
#These will appear as session attributes:
# cal.pubevents.client
# cal.pubevents.client.host
# cal.user.client
# cal.user.client.host
# This provides a reference to the public events calendar as a convenience
org.ucal.public.admin.uri=${app.public.admin.uri}
# This provides a reference to the public events calendar as a convenience
org.ucal.public.calendar.uri=${app.public.calendar.uri}
# This provides a reference to the personal events calendar used for adding
# public events to a personal calendar
org.ucal.personal.calendar.uri=${app.personal.calendar.uri}
# Error messages
org.ucal.calendar.error.exception=<li>Calendar application exception: {0}</li>
org.ucal.calendar.error.notpersonal=<li>This is not a personal calendar.</li>
org.ucal.calendar.error.badeventid=<li>Invalid event id</li>
Index: env.properties
====================================================================
org.cal.envclass=edu.washington.cac.calenv.FileDSProperties
org.cal.jdbcclassname=${org.cal.jdbcclassname}
org.cal.jdbcurl=${org.cal.jdbcurl}
org.cal.jdbcid=${org.cal.jdbcid}
org.cal.jdbcpw=${org.cal.jdbcpw}
org.cal.userauthclass=edu.washington.cac.calfacade.impl.UserAuthUWDbImpl
org.cal.admingroupsclass=edu.washington.cac.calfacade.impl.AdminGroupsDbImpl
org.cal.calintfclass=edu.washington.cac.calfacade.impl.CalintfImpl
org.cal.db.maxstringlength=0
org.cal.update.check.interval=5000
org.cal.specialCreator=007
org.cal.officialKeywordCreator=007main
org.cal.unofficialKeywordCreator=007unofficial
org.cal.notToBeLoadedByDefaultCreator=007-ts
org.cal.appCanChangePublicEntities=false