xlawrence 2005/03/08 11:14:05 CET
Modified files:
calClient/src/java/properties/calendar env.properties
calClient/webapp/admin/src/java/properties/calendar
env.properties
calClient/webapp/uiclient/src/java/properties/calendar
env.properties
Log:
corrected properties files for uwcal apps
Revision Changes Path
1.3 +2 -0
uwcal_JSR168/calClient/src/java/properties/calendar/env.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/src/java/properties/calendar/env.properties.diff?r1=1.2&r2=1.3&f=h
1.2 +6 -1
uwcal_JSR168/calClient/webapp/admin/src/java/properties/calendar/env.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/webapp/admin/src/java/properties/calendar/env.properties.diff?r1=1.1&r2=1.2&f=h
1.4 +6 -1
uwcal_JSR168/calClient/webapp/uiclient/src/java/properties/calendar/env.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/webapp/uiclient/src/java/properties/calendar/env.properties.diff?r1=1.3&r2=1.4&f=h
Index: env.properties
===================================================================
RCS file:
/home/cvs/repository/uwcal_JSR168/calClient/src/java/properties/calendar/env.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- env.properties 27 Jan 2005 09:15:21 -0000 1.2
+++ env.properties 8 Mar 2005 10:14:04 -0000 1.3
@@ -19,6 +19,8 @@
org.cal.calintfclass=edu.washington.cac.calfacade.impl.CalintfImpl
[EMAIL PROTECTED]
+
# For testing we need to check for updates immediately.
org.cal.update.check.interval=1
Index: env.properties
===================================================================
RCS file:
/home/cvs/repository/uwcal_JSR168/calClient/webapp/admin/src/java/properties/calendar/env.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- env.properties 12 Jan 2005 16:29:54 -0000 1.1
+++ env.properties 8 Mar 2005 10:14:05 -0000 1.2
@@ -10,9 +10,14 @@
org.cal.admingroupsclass=edu.washington.cac.calfacade.impl.AdminGroupsDbImpl
+# Define the the maximum string length the underlying database can handle.
+# A value of zero means no effective limit.
+org.cal.db.maxstringlength=0
+
org.cal.calintfclass=edu.washington.cac.calfacade.impl.CalintfImpl
-org.cal.db.maxstringlength=0
[EMAIL PROTECTED]
+
org.cal.update.check.interval=5000
org.cal.specialCreator=007
Index: env.properties
===================================================================
RCS file:
/home/cvs/repository/uwcal_JSR168/calClient/webapp/uiclient/src/java/properties/calendar/env.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- env.properties 1 Mar 2005 13:56:35 -0000 1.3
+++ env.properties 8 Mar 2005 10:14:05 -0000 1.4
@@ -10,9 +10,14 @@
org.cal.admingroupsclass=edu.washington.cac.calfacade.impl.AdminGroupsDbImpl
+# Define the the maximum string length the underlying database can handle.
+# A value of zero means no effective limit.
+org.cal.db.maxstringlength=0
+
org.cal.calintfclass=edu.washington.cac.calfacade.impl.CalintfImpl
-org.cal.db.maxstringlength=0
[EMAIL PROTECTED]
+
org.cal.update.check.interval=5000
org.cal.specialCreator=007