Changeset 1988
- Timestamp:
- 12/17/08 15:53:02
- Files:
-
- trunk/build.xml (modified) (2 diffs)
- trunk/build/buildfilters.xml (modified) (1 diff)
- trunk/config/bwbuild/default/cal.options.xml (modified) (1 diff)
- trunk/config/bwbuild/default/cal.properties (modified) (1 diff)
- trunk/config/configs/democal.options.xml (modified) (1 diff)
- trunk/deployment/appjars.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r1953 r1988 104 104 105 105 <target name="init" > 106 <property name="org.bedework.qs.build.synchml" value=" yes" />106 <property name="org.bedework.qs.build.synchml" value="no" /> 107 107 108 108 <!-- Overriding this when invoking ant allows different user property … … 340 340 </ant> 341 341 342 <ant antfile="${org.bedework.project.synchml}/build.xml" inheritall="false" 343 target="javadoc" > 344 <property name="destdir" 345 location="${org.bedework.projectdocs.home}/synchml/api" /> 346 </ant> 342 <if> 343 <isset property="org.bedework.qs.build.synchml"/> 344 <then> 345 <ant antfile="${org.bedework.project.synchml}/build.xml" inheritall="false" 346 target="javadoc" > 347 <property name="destdir" 348 location="${org.bedework.projectdocs.home}/synchml/api" /> 349 </ant> 350 </then> 351 </if> 347 352 348 353 <ant antfile="${org.bedework.project.webdav}/build.xml" inheritall="false" trunk/build/buildfilters.xml
r1937 r1988 96 96 <filter token="CALFILE-NAME" 97 97 value="${propval.app.calfile.name}" /> --> 98 <filter token="ADMIN-URI"99 value="${org.bedework.global.public.admin.uri}" />100 <filter token="PUBEVENTS-URI"101 value="${org.bedework.global.public.calendar.uri}" />102 <filter token="PERSONAL-URI"103 value="${org.bedework.global.personal.calendar.uri}" />104 98 105 99 <!-- Shell script settings --> trunk/config/bwbuild/default/cal.options.xml
r1937 r1988 23 23 <portalPlatform>your-portal</portalPlatform> 24 24 --> 25 26 <!-- uris to cross link apps - of dubious usefulness --> 27 <publicAdminUri>/caladmin</publicAdminUri> 28 <publicCalendarUri>/cal</publicCalendarUri> 29 <personalCalendarUri>/ucal</personalCalendarUri> 25 30 26 31 <module> trunk/config/bwbuild/default/cal.properties
r1956 r1988 39 39 # build/platforms/<platform>War.xml 40 40 org.bedework.global.deploy.platform=tomcat5 41 42 # uris to cross link apps - of dubious usefulness43 org.bedework.global.public.admin.uri=/caladmin44 org.bedework.global.public.calendar.uri=/cal45 org.bedework.global.personal.calendar.uri=/ucal46 41 # 47 42 # ------------------------------------------------------------------------ trunk/config/configs/democal.options.xml
r1941 r1988 23 23 <portalPlatform>your-portal</portalPlatform> 24 24 --> 25 26 <!-- uris to cross link apps - of dubious usefulness --> 27 <publicAdminUri>/caladmin</publicAdminUri> 28 <publicCalendarUri>/cal</publicCalendarUri> 29 <personalCalendarUri>/ucal</personalCalendarUri> 25 30 26 31 <module> trunk/deployment/appjars.xml
r1968 r1988 196 196 197 197 <getJar lib="${org.bedework.app.lib}" 198 name="ical4j" version="head " />198 name="ical4j" version="head-20081217" /> 199 199 200 200 <getJar lib="${org.bedework.app.lib}"
