Changeset 2990

Show
Ignore:
Timestamp:
08/26/10 13:58:14
Author:
johnsa
Message:

config update to (default) jboss build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/jboss/cal.options.xml

    r2787 r2990  
    3030 
    3131        <!-- CardDAV server locations --> 
    32         <publicCardDAVUri>http://localhost:8080/carddav</publicCardDAVUri> 
    33         <personalCardDAVUri>http://localhost:8080/ucarddav</personalCardDAVUri> 
     32        <publicCardDAVHost>localhost</publicCardDAVHost> 
     33        <publicCardDAVPort>8080</publicCardDAVPort> 
     34        <publicCardDAVContext>/pubcarddav</publicCardDAVContext> 
     35         
     36        <personalCardDAVHost>localhost</personalCardDAVHost> 
     37        <personalCardDAVPort>8080</personalCardDAVPort> 
     38        <personalCardDAVContext>/ucarddav</personalCardDAVContext> 
    3439 
    3540        <!-- Timezone server locations --> 
    3641        <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 
    3742 
    38         <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > 
     43        <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > 
    3944          <principalRoot>/principals</principalRoot> 
    4045          <userPrincipalRoot>/principals/users</userPrincipalRoot> 
     
    4752        </systemRoots> 
    4853 
     54        <!-- To enable mapping of calendar addresses e.g. mailto:fred@example.org 
     55             on to principals we need to either do a directory lookup or have 
     56             some sort of pattern map.  
     57              
     58             Setting a caladdr prefix enables pattern mapping. By default  
     59             calendar addresses are users --> 
     60              
     61          <!--  
     62        <caladdrPrefixes classname="org.bedework.calfacade.configs.CalAddrPrefixes"> 
     63          <location>loc_</location> 
     64        </caladdrPrefixes>      
     65           --> 
     66         
    4967        <module> 
    5068          <!-- A dummy module with no directory. -->