Changeset 2231
- Timestamp:
- 06/25/09 13:52:38
- Files:
-
- trunk/config/bwbuild/jboss/carddav.options.xml (modified) (4 diffs)
- trunk/config/bwbuild/jboss/democal.options.xml (modified) (1 diff)
- trunk/config/bwbuild/jboss/democal.properties (modified) (1 diff)
- trunk/deployment/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/jboss/carddav.options.xml
r2058 r2231 1 <!-- This provides run time options for each of the configured applications.1 <!-- This provides run time options for the CardDAV server. 2 2 --> 3 3 <bedework-options> … … 6 6 <global> 7 7 <version>3.5</version> 8 8 9 <dirhandlers> 9 10 <!-- handle the principal hierarchy. … … 168 169 169 170 <defaultAddressbook>address-book</defaultAddressbook> 171 172 <addressBookHandlerPrefix>/user</addressBookHandlerPrefix> 173 174 <principalRoot>/principals</principalRoot> 175 <userPrincipalRoot>/principals/users</userPrincipalRoot> 176 <groupPrincipalRoot>/principals/groups</groupPrincipalRoot> 177 <resourcePrincipalRoot>/principals/resources</resourcePrincipalRoot> 178 <venuePrincipalRoot>/principals/locations</venuePrincipalRoot> 179 <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot> 180 <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 170 181 </usercarddav> 171 182 … … 178 189 179 190 <defaultAddressbook>address-book</defaultAddressbook> 191 192 <addressBookHandlerPrefix>/public</addressBookHandlerPrefix> 180 193 181 194 <principalRoot>/principals</principalRoot> trunk/config/bwbuild/jboss/democal.options.xml
r2144 r2231 174 174 <autoCreateLocations>false</autoCreateLocations> 175 175 <autoDeleteLocations>false</autoDeleteLocations> 176 <allowEditAllCategories>false</allowEditAllCategories> 177 <allowEditAllLocations>false</allowEditAllLocations> 178 <allowEditAllContacts>false</allowEditAllContacts> 176 177 <!-- if these are false only superuser can maintain public 178 categories, locations and contacts --> 179 <allowEditAllCategories>true</allowEditAllCategories> 180 <allowEditAllLocations>true</allowEditAllLocations> 181 <allowEditAllContacts>true</allowEditAllContacts> 182 179 183 <categoryOptional>true</categoryOptional> 180 184 trunk/config/bwbuild/jboss/democal.properties
r2064 r2231 144 144 org.bedework.global.build.common.context.war.name=bedework-common 145 145 org.bedework.global.build.common.context.deploy.dir=/webapps 146 146 147 # 147 148 # ------------------------------------------------------------------- trunk/deployment/build.xml
r1998 r2231 88 88 </if> 89 89 90 <!-- 90 91 <property name="org.bedework.ear.templib" 91 92 location="${org.bedework.ear.dir}/lib" /> 93 --> 94 <property name="org.bedework.ear.templib" 95 location="${org.bedework.temp.dir}/earlib" /> 92 96 <property name="org.bedework.ear.properties.dir" 93 97 location="${org.bedework.temp.dir}/ear-properties" />
