Changeset 1178

Show
Ignore:
Timestamp:
12/22/06 10:26:57
Author:
douglm
Message:

Upgrade ical4j (requires commons-lang)

Ensure a timezone is set in the dtstart object when calling RecurUtil? so that all instances are created when UNTIL is specified

Fix webclient struts-config so that exports work again

Files:

Legend:

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

    r1086 r1178  
    123123    <copy todir="${app.dest.lib}" file="${commons-ssl.jar}"/> 
    124124    <copy todir="${app.dest.lib}" file="${commons-codec.jar}"/> 
     125    <copy todir="${app.dest.lib}" file="${commons-lang.jar}"/> 
    125126 
    126127    <!-- Extra libraries specified in calling build file --> 
  • trunk/build/buildwar.xml

    r1164 r1178  
    321321    <copy todir="${app.dest.lib}" file="${commons-collections.jar}"/> 
    322322    <copy todir="${app.dest.lib}" file="${commons-httpclient.jar}"/> 
     323    <copy todir="${app.dest.lib}" file="${commons-lang.jar}"/> 
    323324    <copy todir="${app.dest.lib}" file="${commons-ssl.jar}"/> 
    324325 
  • trunk/build/libjars.properties

    r1164 r1178  
    8484commons-httpclient.jar=${commons.dir}/commons-httpclient-3.0.jar 
    8585 
     86commons-lang.jar=${commons.dir}/commons-lang-2.1.jar 
     87 
    8688#      commons-logging.jar    Used for struts. 
    8789commons-logging.jar=${commons.dir}/commons-logging.jar 
     
    110112 
    111113#      ical4j.jar           Used for icalendar translation. 
    112 ical4j.jar.name=ical4j-0.9.19-pre.jar 
     114ical4j.jar.name=ical4j-1.0-beta1.jar 
    113115ical4j.jar=${org.bedework.default.lib}/${ical4j.jar.name} 
    114116