Changeset 1919

Show
Ignore:
Timestamp:
08/26/08 15:44:15
Author:
douglm
Message:

Start of changes to use annotations to control the dump process.

Started with an easy one and annotated the BwSystem? class.

Files:

Legend:

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

    r1903 r1919  
    7171    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-davio}" /> 
    7272 
     73    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-annotations}" /> 
    7374    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-apiutil}" /> 
    7475    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.bw-calcore}" /> 
  • trunk/deployment/appjars.xml

    r1911 r1919  
    165165 
    166166      <getJar lib="${org.bedework.app.lib}" 
     167               name="bw-annotations" version="3.5" 
     168               projecthome="${project.home}/projects/calendarapi" /> 
     169 
     170      <getJar lib="${org.bedework.app.lib}" 
    167171               name="bw-apiutil" version="3.5" 
    168172               projecthome="${project.home}/projects/calendarapi" />