Changeset 746

Show
Ignore:
Timestamp:
07/11/06 14:59:09
Author:
douglm
Message:

Partially completed caldav-domino interface

Moved Req from freebusy into caldav client code and renamed to CaldavReq?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/bldfiles/buildwar.xml

    r741 r746  
    271271    <antcall target="jboss-stuff" inheritRefs="true" /> 
    272272    <antcall target="google-stuff" inheritRefs="true" /> 
     273    <antcall target="domino-stuff" inheritRefs="true" /> 
    273274 
    274275    <!-- =============================================================== 
     
    374375  </target> 
    375376 
     377  <target name="domino-stuff" if="org.bedework.build.caldav.domino"> 
     378    <copy todir="${app.dest.lib}" file="${org.bedework.caldavdomino.jar}" /> 
     379  </target> 
     380 
    376381  <!-- ================================================================= 
    377382       If this is a struts app the following gets executed. 
  • trunk/calendar3/bldfiles/defjars.properties

    r741 r746  
    157157org.bedework.caldavClientApi.jar=${org.bedework.temp.jars}/${org.bedework.caldavClientApi.jar.name} 
    158158 
     159org.bedework.caldavdomino.jar.name=bwcaldavdomino-${product.version}.jar 
     160org.bedework.caldavdomino.jar=${org.bedework.temp.jars}/${org.bedework.caldavdomino.jar.name} 
     161 
    159162org.bedework.caldavgoogle.jar.name=bwcaldavgoogle-${product.version}.jar 
    160163org.bedework.caldavgoogle.jar=${org.bedework.temp.jars}/${org.bedework.caldavgoogle.jar.name} 
  • trunk/calendar3/bldfiles/globalDefs.xml

    r724 r746  
    7676    <property name="org.bedework.caldavgoogle.base" 
    7777              location="${org.bedework.calendar.dir}/caldavGoogle" /> 
     78    <property name="org.bedework.caldavdomino.base" 
     79              location="${org.bedework.calendar.dir}/caldavDomino" /> 
    7880    <property name="org.bedework.caldavClientApi.base" 
    7981              location="${org.bedework.calendar.dir}/caldavClientApi" /> 
  • trunk/calendar3/calFacade/src/org/bedework/calfacade/BwDateTime.java

    r678 r746  
    162162  /** Set the date as a datetime value for comparisons. 
    163163   * 
     164   * <p>This is a UTC datetime value to make searching easier. There are a number of 
     165   * complications to dates, the end date is specified as non-inclusive 
     166   * but there are a number of boundary problems to watch out for. 
     167   * 
     168   * <p>For date only values this field has a zero time appended so that simple 
     169   * string comparisons will work. 
     170   * 
    164171   * @param val 
    165172   */ 
     
    168175  } 
    169176 
    170   /** Return the date 
     177  /** This is a UTC datetime value to make searching easier. There are a number of 
     178   * complications to dates, the end date is specified as non-inclusive 
     179   * but there are a number of boundary problems to watch out for. 
     180   * 
     181   * <p>For date only values this field has a zero time appended so that simple 
     182   * string comparisons will work. 
    171183   * 
    172184   * @return String date