Changeset 2444

Show
Ignore:
Timestamp:
12/10/09 17:08:16
Author:
johnsa
Message:

fixing up config files

Files:

Legend:

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

    r2440 r2444  
    250250 
    251251        <!-- ================================================================== 
    252                           Public web client Events - Duke/Yale Theme 
     252                          Public web client Events 
    253253             ================================================================== --> 
    254254        <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
     
    281281 
    282282          <calSuite>MainCampus</calSuite> 
    283         </Events> 
    284  
    285         <!-- ================================================================== 
    286                           Public web client Events - BwClassic Theme 
    287              ================================================================== --> 
    288         <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
    289           <cachingOn>true</cachingOn> 
    290           <cachePrefix>bwpubevents</cachePrefix> 
    291  
    292           <autoCreateContacts>false</autoCreateContacts> 
    293           <autoDeleteContacts>false</autoDeleteContacts> 
    294           <autoCreateLocations>false</autoCreateLocations> 
    295           <autoDeleteLocations>false</autoDeleteLocations> 
    296  
    297           <appType>webpublic</appType> 
    298           <publicAdmin>false</publicAdmin> 
    299           <guestMode>true</guestMode> 
    300  
    301           <!-- Default value for 24 hour mode --> 
    302           <hour24>true</hour24> 
    303  
    304           <!-- Default value for minute increments --> 
    305           <minIncrement>5</minIncrement> 
    306  
    307           <showYearData>false</showYearData> 
    308  
    309           <logPrefix>BwClasic</logPrefix> 
    310  
    311           <appRoot>http://localhost:8080/calrsrc</appRoot> 
    312  
    313           <refreshAction>setup.do</refreshAction> 
    314           <refreshInterval>300</refreshInterval> 
    315  
    316           <calSuite>BwClassic</calSuite> 
    317283        </Events> 
    318284 
     
    430396          <!-- Comment out or delete for no ischedule service 
    431397               Currently under development and may present a security risk in 
    432                production systems  
    433                 
    434                Note that the uri "/ischedule" is defined in the draft and should  
     398               production systems 
     399 
     400               Note that the uri "/ischedule" is defined in the draft and should 
    435401               not be changed to some other value. --> 
    436402          <ischeduleURI>/ischedule</ischeduleURI> 
     
    457423          <!-- Comment out or delete for no ischedule service 
    458424               Currently under development and may present a security risk in 
    459                production systems  
    460                 
    461                Note that the uri "/ischedule" is defined in the draft and should  
     425               production systems 
     426 
     427               Note that the uri "/ischedule" is defined in the draft and should 
    462428               not be changed to some other value. --> 
    463429          <ischeduleURI>/ischedule</ischeduleURI> 
  • trunk/config/bwbuild/default/cal.properties

    r2439 r2444  
    227227# -------------------------------------------------------------------- 
    228228# 
    229 # Public Web Client - Duke/Yale Themed Suite 
     229# Public Web Client 
    230230# 
    231231org.bedework.app.Events.project=webapps 
     
    248248org.bedework.app.Events.name=DemoCal 
    249249 
    250 # 
    251 # -------------------------------------------------------------------- 
    252 # 
    253 # Public Web Client - BwClassic Themed Suite 
    254 # 
    255 org.bedework.app.Events.project=webapps 
    256 org.bedework.app.Events.sou.dir=webclient 
    257 org.bedework.app.Events.default.contenttype=text/xml 
    258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml 
    259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 
    260 #org.bedework.app.Events.portlet.name=PublicCal 
    261  
    262 org.bedework.app.Events.war.name=bwclassic 
    263 org.bedework.app.Events.context.root=/bwclassic 
    264 # Set for jboss 
    265 #org.bedework.app.Events.virtual.host= 
    266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc 
    267 org.bedework.app.Events.deploy.dir=/webapps 
    268 org.bedework.app.Events.cal.suite=BwClassic 
    269  
    270 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 
    271 org.bedework.app.Events.display.name=Demo calendar - BwClassic Themed Suite 
    272 org.bedework.app.Events.name=BwClassic 
    273250 
    274251# 
  • trunk/config/bwbuild/jboss/cal.options.xml

    r2440 r2444  
    250250 
    251251        <!-- ================================================================== 
    252                           Public web client Events - Duke/Yale Theme 
     252                          Public web client Events 
    253253             ================================================================== --> 
    254254        <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
     
    283283        </Events> 
    284284 
    285         <!-- ================================================================== 
    286                           Public web client Events - BwClassic Theme 
    287              ================================================================== --> 
    288         <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
    289           <cachingOn>true</cachingOn> 
    290           <cachePrefix>bwpubevents</cachePrefix> 
    291  
    292           <autoCreateContacts>false</autoCreateContacts> 
    293           <autoDeleteContacts>false</autoDeleteContacts> 
    294           <autoCreateLocations>false</autoCreateLocations> 
    295           <autoDeleteLocations>false</autoDeleteLocations> 
    296  
    297           <appType>webpublic</appType> 
    298           <publicAdmin>false</publicAdmin> 
    299           <guestMode>true</guestMode> 
    300  
    301           <!-- Default value for 24 hour mode --> 
    302           <hour24>true</hour24> 
    303  
    304           <!-- Default value for minute increments --> 
    305           <minIncrement>5</minIncrement> 
    306  
    307           <showYearData>false</showYearData> 
    308  
    309           <logPrefix>BwClasic</logPrefix> 
    310  
    311           <appRoot>http://localhost:8080/calrsrc</appRoot> 
    312  
    313           <refreshAction>setup.do</refreshAction> 
    314           <refreshInterval>300</refreshInterval> 
    315  
    316           <calSuite>BwClassic</calSuite> 
    317         </Events> 
     285 
    318286 
    319287        <!-- ================================================================== 
     
    428396          <!-- Comment out or delete for no ischedule service 
    429397               Currently under development and may present a security risk in 
    430                production systems  
    431                 
    432                Note that the uri "/ischedule" is defined in the draft and should  
     398               production systems 
     399 
     400               Note that the uri "/ischedule" is defined in the draft and should 
    433401               not be changed to some other value. --> 
    434402          <ischeduleURI>/ischedule</ischeduleURI> 
     
    455423          <!-- Comment out or delete for no ischedule service 
    456424               Currently under development and may present a security risk in 
    457                production systems  
    458                 
    459                Note that the uri "/ischedule" is defined in the draft and should  
     425               production systems 
     426 
     427               Note that the uri "/ischedule" is defined in the draft and should 
    460428               not be changed to some other value. --> 
    461429          <ischeduleURI>/ischedule</ischeduleURI> 
  • trunk/config/bwbuild/liferay5/cal.options.xml

    r2440 r2444  
    250250 
    251251        <!-- ================================================================== 
    252                           Public web client Events - Duke/Yale Theme 
     252                          Public web client Events 
    253253             ================================================================== --> 
    254254        <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
     
    281281 
    282282          <calSuite>MainCampus</calSuite> 
    283         </Events> 
    284  
    285         <!-- ================================================================== 
    286                           Public web client Events - BwClassic Theme 
    287              ================================================================== --> 
    288         <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
    289           <cachingOn>true</cachingOn> 
    290           <cachePrefix>bwpubevents</cachePrefix> 
    291  
    292           <autoCreateContacts>false</autoCreateContacts> 
    293           <autoDeleteContacts>false</autoDeleteContacts> 
    294           <autoCreateLocations>false</autoCreateLocations> 
    295           <autoDeleteLocations>false</autoDeleteLocations> 
    296  
    297           <appType>webpublic</appType> 
    298           <publicAdmin>false</publicAdmin> 
    299           <guestMode>true</guestMode> 
    300  
    301           <!-- Default value for 24 hour mode --> 
    302           <hour24>true</hour24> 
    303  
    304           <!-- Default value for minute increments --> 
    305           <minIncrement>5</minIncrement> 
    306  
    307           <showYearData>false</showYearData> 
    308  
    309           <logPrefix>BwClasic</logPrefix> 
    310  
    311           <appRoot>http://localhost:8080/calrsrc</appRoot> 
    312  
    313           <refreshAction>setup.do</refreshAction> 
    314           <refreshInterval>300</refreshInterval> 
    315  
    316           <calSuite>BwClassic</calSuite> 
    317283        </Events> 
    318284 
     
    430396          <!-- Comment out or delete for no ischedule service 
    431397               Currently under development and may present a security risk in 
    432                production systems  
    433                 
    434                Note that the uri "/ischedule" is defined in the draft and should  
     398               production systems 
     399 
     400               Note that the uri "/ischedule" is defined in the draft and should 
    435401               not be changed to some other value. --> 
    436402          <ischeduleURI>/ischedule</ischeduleURI> 
     
    457423          <!-- Comment out or delete for no ischedule service 
    458424               Currently under development and may present a security risk in 
    459                production systems  
    460                 
    461                Note that the uri "/ischedule" is defined in the draft and should  
     425               production systems 
     426 
     427               Note that the uri "/ischedule" is defined in the draft and should 
    462428               not be changed to some other value. --> 
    463429          <ischeduleURI>/ischedule</ischeduleURI> 
  • trunk/config/bwbuild/mysql/cal.options.xml

    r2440 r2444  
    7878            <userDnSuffix>,ou=accounts, dc=bedework, dc=org</userDnSuffix> 
    7979            <groupDnPrefix>cn=</groupDnPrefix> 
    80             <groupDnSuffix>,ou=groups, dc=bedework, dc=org</groupDnSuffix> 
     80            <groupDnSuffix>,ou=groups,dc=bedework, dc=org</groupDnSuffix> 
    8181            <debug>true</debug> 
    8282 
     
    250250 
    251251        <!-- ================================================================== 
    252                           Public web client Events - Duke/Yale Theme 
     252                          Public web client Events 
    253253             ================================================================== --> 
    254254        <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
     
    281281 
    282282          <calSuite>MainCampus</calSuite> 
    283         </Events> 
    284  
    285         <!-- ================================================================== 
    286                           Public web client Events - BwClassic Theme 
    287              ================================================================== --> 
    288         <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
    289           <cachingOn>true</cachingOn> 
    290           <cachePrefix>bwpubevents</cachePrefix> 
    291  
    292           <autoCreateContacts>false</autoCreateContacts> 
    293           <autoDeleteContacts>false</autoDeleteContacts> 
    294           <autoCreateLocations>false</autoCreateLocations> 
    295           <autoDeleteLocations>false</autoDeleteLocations> 
    296  
    297           <appType>webpublic</appType> 
    298           <publicAdmin>false</publicAdmin> 
    299           <guestMode>true</guestMode> 
    300  
    301           <!-- Default value for 24 hour mode --> 
    302           <hour24>true</hour24> 
    303  
    304           <!-- Default value for minute increments --> 
    305           <minIncrement>5</minIncrement> 
    306  
    307           <showYearData>false</showYearData> 
    308  
    309           <logPrefix>BwClasic</logPrefix> 
    310  
    311           <appRoot>http://localhost:8080/calrsrc</appRoot> 
    312  
    313           <refreshAction>setup.do</refreshAction> 
    314           <refreshInterval>300</refreshInterval> 
    315  
    316           <calSuite>BwClassic</calSuite> 
    317283        </Events> 
    318284 
     
    430396          <!-- Comment out or delete for no ischedule service 
    431397               Currently under development and may present a security risk in 
    432                production systems  
    433                 
    434                Note that the uri "/ischedule" is defined in the draft and should  
     398               production systems 
     399 
     400               Note that the uri "/ischedule" is defined in the draft and should 
    435401               not be changed to some other value. --> 
    436402          <ischeduleURI>/ischedule</ischeduleURI> 
     
    457423          <!-- Comment out or delete for no ischedule service 
    458424               Currently under development and may present a security risk in 
    459                production systems  
    460                 
    461                Note that the uri "/ischedule" is defined in the draft and should  
     425               production systems 
     426 
     427               Note that the uri "/ischedule" is defined in the draft and should 
    462428               not be changed to some other value. --> 
    463429          <ischeduleURI>/ischedule</ischeduleURI> 
  • trunk/config/bwbuild/mysql/cal.properties

    r2439 r2444  
    227227# -------------------------------------------------------------------- 
    228228# 
    229 # Public Web Client - Duke/Yale Themed Suite 
     229# Public Web Client 
    230230# 
    231231org.bedework.app.Events.project=webapps 
     
    248248org.bedework.app.Events.name=DemoCal 
    249249 
    250 # 
    251 # -------------------------------------------------------------------- 
    252 # 
    253 # Public Web Client - BwClassic Themed Suite 
    254 # 
    255 org.bedework.app.Events.project=webapps 
    256 org.bedework.app.Events.sou.dir=webclient 
    257 org.bedework.app.Events.default.contenttype=text/xml 
    258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml 
    259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 
    260 #org.bedework.app.Events.portlet.name=PublicCal 
    261  
    262 org.bedework.app.Events.war.name=bwclassic 
    263 org.bedework.app.Events.context.root=/bwclassic 
    264 # Set for jboss 
    265 #org.bedework.app.Events.virtual.host= 
    266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc 
    267 org.bedework.app.Events.deploy.dir=/webapps 
    268 org.bedework.app.Events.cal.suite=BwClassic 
    269  
    270 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 
    271 org.bedework.app.Events.display.name=Demo calendar - BwClassic Themed Suite 
    272 org.bedework.app.Events.name=BwClassic 
    273250 
    274251# 
  • trunk/config/bwbuild/oracle10g/cal.options.xml

    r2440 r2444  
    250250 
    251251        <!-- ================================================================== 
    252                           Public web client Events - Duke/Yale Theme 
     252                          Public web client Events 
    253253             ================================================================== --> 
    254254        <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
     
    283283        </Events> 
    284284 
    285         <!-- ================================================================== 
    286                           Public web client Events - BwClassic Theme 
    287              ================================================================== --> 
    288         <Events classname="org.bedework.calfacade.configs.ClientConfig"> 
    289           <cachingOn>true</cachingOn> 
    290           <cachePrefix>bwpubevents</cachePrefix> 
    291  
    292           <autoCreateContacts>false</autoCreateContacts> 
    293           <autoDeleteContacts>false</autoDeleteContacts> 
    294           <autoCreateLocations>false</autoCreateLocations> 
    295           <autoDeleteLocations>false</autoDeleteLocations> 
    296  
    297           <appType>webpublic</appType> 
    298           <publicAdmin>false</publicAdmin> 
    299           <guestMode>true</guestMode> 
    300  
    301           <!-- Default value for 24 hour mode --> 
    302           <hour24>true</hour24> 
    303  
    304           <!-- Default value for minute increments --> 
    305           <minIncrement>5</minIncrement> 
    306  
    307           <showYearData>false</showYearData> 
    308  
    309           <logPrefix>BwClasic</logPrefix> 
    310  
    311           <appRoot>http://localhost:8080/calrsrc</appRoot> 
    312  
    313           <refreshAction>setup.do</refreshAction> 
    314           <refreshInterval>300</refreshInterval> 
    315  
    316           <calSuite>BwClassic</calSuite> 
    317         </Events> 
     285 
    318286 
    319287        <!-- ================================================================== 
     
    428396          <!-- Comment out or delete for no ischedule service 
    429397               Currently under development and may present a security risk in 
    430                production systems  
    431                 
    432                Note that the uri "/ischedule" is defined in the draft and should  
     398               production systems 
     399 
     400               Note that the uri "/ischedule" is defined in the draft and should 
    433401               not be changed to some other value. --> 
    434402          <ischeduleURI>/ischedule</ischeduleURI> 
     
    455423          <!-- Comment out or delete for no ischedule service 
    456424               Currently under development and may present a security risk in 
    457                production systems  
    458                 
    459                Note that the uri "/ischedule" is defined in the draft and should  
     425               production systems 
     426 
     427               Note that the uri "/ischedule" is defined in the draft and should 
    460428               not be changed to some other value. --> 
    461429          <ischeduleURI>/ischedule</ischeduleURI> 
  • trunk/config/bwbuild/oracle10g/cal.properties

    r2439 r2444  
    227227# -------------------------------------------------------------------- 
    228228# 
    229 # Public Web Client - Duke/Yale Themed Suite 
     229# Public Web Client 
    230230# 
    231231org.bedework.app.Events.project=webapps 
     
    248248org.bedework.app.Events.name=DemoCal 
    249249 
    250 # 
    251 # -------------------------------------------------------------------- 
    252 # 
    253 # Public Web Client - BwClassic Themed Suite 
    254 # 
    255 org.bedework.app.Events.project=webapps 
    256 org.bedework.app.Events.sou.dir=webclient 
    257 org.bedework.app.Events.default.contenttype=text/xml 
    258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml 
    259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 
    260 #org.bedework.app.Events.portlet.name=PublicCal 
    261  
    262 org.bedework.app.Events.war.name=bwclassic 
    263 org.bedework.app.Events.context.root=/bwclassic 
    264 # Set for jboss 
    265 #org.bedework.app.Events.virtual.host= 
    266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc 
    267 org.bedework.app.Events.deploy.dir=/webapps 
    268 org.bedework.app.Events.cal.suite=BwClassic 
    269  
    270 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 
    271 org.bedework.app.Events.display.name=Demo calendar - BwClassic Themed Suite 
    272 org.bedework.app.Events.name=BwClassic 
    273250 
    274251#