Changeset 1119

Show
Ignore:
Timestamp:
12/07/06 14:53:41
Author:
douglm
Message:

Javadoc: add some package.html files

build: add deep-clean target to remove generated files from sub-project libraries.
Changing version led to duplicated jar files

Events: Changes to allow deletion of recurring event instances.
Don't put instances in the Trash - too many complications with caldav.

Files:

Legend:

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

    r1043 r1119  
    315315          description="cleans the access project"> 
    316316    <ant antfile="${org.bedework.project.access}/build.xml" inheritall="false" 
    317            target="clean" /> 
     317           target="deep-clean" /> 
    318318  </target> 
    319319 
     
    335335          description="clean the bwtools project"> 
    336336    <ant antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false" 
    337            target="clean" /> 
     337           target="deep-clean" /> 
    338338  </target> 
    339339 
     
    355355          description="clean the caldav project"> 
    356356    <ant antfile="${org.bedework.project.caldav}/build.xml" inheritall="false" 
    357            target="clean" /> 
     357           target="deep-clean" /> 
    358358  </target> 
    359359 
     
    385385          description="clean the caldavTest project"> 
    386386    <ant antfile="${org.bedework.project.caldavTest}/build.xml" inheritall="false" 
    387            target="clean" /> 
     387           target="deep-clean" /> 
    388388  </target> 
    389389 
     
    432432          description="clean the calendar project"> 
    433433    <ant antfile="${org.bedework.project.calendarapi}/build.xml" inheritall="false" 
    434            target="clean" /> 
     434           target="deep-clean" /> 
    435435  </target> 
    436436 
     
    465465          description="cleans the davutil project"> 
    466466    <ant antfile="${org.bedework.project.davutil}/build.xml" inheritall="false" 
    467            target="clean" /> 
     467           target="deep-clean" /> 
    468468  </target> 
    469469 
     
    485485          description="clean the dumprestore project"> 
    486486    <ant antfile="${org.bedework.project.dumprestore}/build.xml" inheritall="false" 
    487            target="clean" /> 
     487           target="deep-clean" /> 
    488488  </target> 
    489489 
     
    505505          description="cleans the freebusy project"> 
    506506    <ant antfile="${org.bedework.project.freebusy}/build.xml" inheritall="false" 
    507            target="clean" /> 
     507           target="deep-clean" /> 
    508508  </target> 
    509509 
     
    517517 
    518518  <target name="clean.freebusy.if" depends="init" if="org.bedework.qs.build.freebusy" > 
     519    <antcall inheritrefs="true" target="clean.freebusy" /> 
    519520  </target> 
    520521 
     
    550551          description="cleans the rpiutil project"> 
    551552    <ant antfile="${org.bedework.project.rpiutil}/build.xml" inheritall="false" 
    552            target="clean" /> 
     553           target="deep-clean" /> 
    553554  </target> 
    554555 
     
    570571          description="clean the synchml project"> 
    571572    <ant antfile="${org.bedework.project.synchml}/build.xml" inheritall="false" 
    572            target="clean" /> 
     573           target="deep-clean" /> 
    573574  </target> 
    574575 
     
    600601          description="clean the webapps project"> 
    601602    <ant antfile="${org.bedework.project.webapps}/build.xml" inheritall="false" 
    602            target="clean" /> 
     603           target="deep-clean" /> 
    603604  </target> 
    604605 
     
    623624          description="cleans the webdav project"> 
    624625    <ant antfile="${org.bedework.project.webdav}/build.xml" inheritall="false" 
    625            target="clean" /> 
     626           target="deep-clean" /> 
    626627  </target> 
    627628 
     
    712713    <attribute name="prefix" /> 
    713714    <sequential> 
     715      <delete> 
     716        <fileset dir="@{target}/lib" includes="@{prefix}*.jar"/> 
     717      </delete> 
     718 
    714719      <copy todir="@{target}/lib" overwrite="yes"> 
    715720        <fileset dir="@{this}/@{fromdir}">