Changeset 3361

Show
Ignore:
Timestamp:
09/16/11 16:06:34
Author:
douglm
Message:

Set initial options for tzserver

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.8/config/bwbuild/.defaults/cal.options.xml

    r3350 r3361  
    4444        <personalCardDAVPort>8080</personalCardDAVPort> 
    4545        <personalCardDAVContext>/ucarddav</personalCardDAVContext> 
     46            
     47        <!-- =============================================================== 
     48                         Timezone server information 
     49             =============================================================== --> 
    4650 
    4751        <!-- Timezone server locations --> 
    4852        <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> 
    4965 
    5066        <!-- Public/private key locations --> 
  • releases/bedework-3.8/config/bwbuild/jboss-postgresql-devel/cal.options.xml

    r3350 r3361  
    4444        <personalCardDAVPort>8080</personalCardDAVPort> 
    4545        <personalCardDAVContext>/ucarddav</personalCardDAVContext> 
     46            
     47        <!-- =============================================================== 
     48                         Timezone server information 
     49             =============================================================== --> 
    4650 
    4751        <!-- Timezone server locations --> 
    4852        <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> 
    4965 
    5066        <!-- Public/private key locations -->