Changeset 3361
- Timestamp:
- 09/16/11 16:06:34
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.8/config/bwbuild/.defaults/cal.options.xml
r3350 r3361 44 44 <personalCardDAVPort>8080</personalCardDAVPort> 45 45 <personalCardDAVContext>/ucarddav</personalCardDAVContext> 46 47 <!-- =============================================================== 48 Timezone server information 49 =============================================================== --> 46 50 47 51 <!-- Timezone server locations --> 48 52 <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 53 54 <!-- Initial value for the primary server url if not stored elsewhere. 55 Used when initializing the tz server database --> 56 <initialPrimaryUrl>@tzserverPrimaryUrl@</initialPrimaryUrl> 57 58 <!-- Initial value for the primary/secondary server flag if not stored elsewhere. 59 Used when initializing the tz server database --> 60 <initialPrimaryServer>@tzserverPrimary@</initialPrimaryServer> 61 62 <!-- Initial value for the refresh interval if not stored elsewhere. 63 Used when initializing the tz server database --> 64 <initialRefreshInterval>@tzdataRefreshInterval@</initialRefreshInterval> 49 65 50 66 <!-- Public/private key locations --> releases/bedework-3.8/config/bwbuild/jboss-postgresql-devel/cal.options.xml
r3350 r3361 44 44 <personalCardDAVPort>8080</personalCardDAVPort> 45 45 <personalCardDAVContext>/ucarddav</personalCardDAVContext> 46 47 <!-- =============================================================== 48 Timezone server information 49 =============================================================== --> 46 50 47 51 <!-- Timezone server locations --> 48 52 <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 53 54 <!-- Initial value for the primary server url if not stored elsewhere. 55 Used when initializing the tz server database --> 56 <initialPrimaryUrl>@tzserverPrimaryUrl@</initialPrimaryUrl> 57 58 <!-- Initial value for the primary/secondary server flag if not stored elsewhere. 59 Used when initializing the tz server database --> 60 <initialPrimaryServer>@tzserverPrimary@</initialPrimaryServer> 61 62 <!-- Initial value for the refresh interval if not stored elsewhere. 63 Used when initializing the tz server database --> 64 <initialRefreshInterval>@tzdataRefreshInterval@</initialRefreshInterval> 49 65 50 66 <!-- Public/private key locations -->
