Changeset 2052

Show
Ignore:
Timestamp:
02/09/09 22:23:42
Author:
douglm
Message:

Extract notifications code from within calintf and calsvc and make it a separate package.

No real functional difference as yet

Files:

Legend:

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

    r2044 r2052  
    234234    <delete dir="${org.bedework.temp.dir}" /> 
    235235    <delete dir="${org.bedework.empty.dir}" /> 
     236    <delete dir="${bw.project.home}/libcache"/> 
     237    <delete dir="${bw.project.home}/applib"/> 
    236238 
    237239    <delete> 
  • trunk/build/buildsh.xml

    r1969 r2052  
    7878    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-logging}" /> 
    7979    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-mail}" /> 
     80    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-sysevents}" /> 
    8081 
    8182    <!-- any extra files--> 
  • trunk/build/buildwar.xml

    r1968 r2052  
    256256    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-logging}" /> 
    257257    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-mail}" /> 
     258    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-sysevents}" /> 
    258259    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-appcommon}" /> 
    259260 
  • trunk/deployment/appjars.xml

    r1998 r2052  
    267267 
    268268      <getJar lib="${org.bedework.app.lib}" 
     269              name="bw-sysevents" version="3.5" 
     270              projecthome="${bw.project.home}/projects/calendarapi" /> 
     271 
     272      <getJar lib="${org.bedework.app.lib}" 
    269273              name="bw-appcommon" version="3.5" 
    270274              projecthome="${bw.project.home}/projects/webapps" />