Changeset 2929

Show
Ignore:
Timestamp:
06/04/10 01:22:43
Author:
douglm
Message:

Update to latest version of ical4j + some local changes.

Exposed a bug in SysIntfReader?.
Use ical4j calculateRecurrenceSet instead of copied and modified code.
Added a copy of ical4j CalendarBuilder? to allow bedework handling of timezones

More fixes to recurrences - especially all day. Recurrenceids are stored incorrectly. Will take a schema change and dump/restore to fix them. Leave till 3.7 really does branch out. Applied a temp patch to make things better.

Fixed a small bug that showed up in the collections cache.

Minor change to ChangeTable? to try to fix some discrepencies with attendees - not working. Also supress checking of recurring fields for overrides.

Bit of refactoring of scheduling code - moved organizer specific code into OrganizerSchedulingHandler?


Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/platforms/jbossService.xml

    r2716 r2929  
    188188    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    189189    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     190    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    190191    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    191192    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
  • trunk/build/platforms/jbossWar.xml

    r2829 r2929  
    236236    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    237237    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     238    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    238239    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    239240    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
  • trunk/build/platforms/runnableService.xml

    r2716 r2929  
    8484    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    8585    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     86    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    8687    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    8788    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
  • trunk/build/platforms/tomcat5War.xml

    r2711 r2929  
    8888    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    8989    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     90    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    9091    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    9192    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
  • trunk/deployment/appjars.xml

    r2816 r2929  
    213213 
    214214      <getJar lib="${org.bedework.app.lib}" 
    215               name="ical4j" version="head-dev" /> 
     215              name="backport-util-concurrent" /> 
     216 
     217      <getJar lib="${org.bedework.app.lib}" 
     218              name="ical4j" version="head-20100601" /> 
    216219 
    217220      <getJar lib="${org.bedework.app.lib}"