Changeset 1036
- Timestamp:
- 10/20/06 13:46:11
- Files:
-
- trunk/build/buildsh.xml (modified) (1 diff)
- trunk/build/buildwar.xml (modified) (1 diff)
- trunk/config/configs/democal.options.xml (modified) (2 diffs)
- trunk/config/configs/democal.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/buildsh.xml
r995 r1036 96 96 97 97 <!-- Calendar api jars --> 98 <include name="bw-apiutil*.jar"/> 98 99 <include name="bw-calcore*.jar"/> 99 100 <include name="bw-calcorei*.jar"/> trunk/build/buildwar.xml
r1001 r1036 319 319 320 320 <!-- Calendar api jars --> 321 <include name="bw-apiutil*.jar"/> 321 322 <include name="bw-calcore*.jar"/> 322 323 <include name="bw-calcorei*.jar"/> trunk/config/configs/democal.options.xml
r993 r1036 47 47 <!-- size limits --> 48 48 <maxPublicDescriptionLength>500</maxPublicDescriptionLength> 49 <maxUserDescriptionLength> 1000</maxUserDescriptionLength>49 <maxUserDescriptionLength>5000</maxUserDescriptionLength> 50 50 <maxUserEntitySize>100000</maxUserEntitySize> 51 51 <defaultUserQuota>10000000</defaultUserQuota> <!-- 10 Meg OK? --> … … 53 53 <!-- Max number of instances per recurring event --> 54 54 <maxInstances>1000</maxInstances> 55 56 <!-- Max number of years per recurring event --> 57 <maxYears>10</maxYears> 55 58 56 59 <userauthClass>org.bedework.calcore.hibernate.UserAuthUWDbImpl</userauthClass> trunk/config/configs/democal.properties
r997 r1036 27 27 # 28 28 org.bedework.global.hibernate.dialect=org.hibernate.dialect.HSQLDialect 29 30 # This property is how the running system finds the system settings. 31 # In theory we could have multiple settings with different names 32 # The value here must match that in the options xml file. 29 33 org.bedework.global.system.name=bedework 34 30 35 org.bedework.global.directory.browsing.disallowed=false 31 36 org.bedework.global.build.standalone.app=true
