Changeset 959

Show
Ignore:
Timestamp:
08/13/06 14:57:18
Author:
douglm
Message:

More webdav support

More fixes to the build process

More caldav scheduling support - including schema changes

Files:

Legend:

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

    r956 r959  
    238238       ================================================================= --> 
    239239 
    240   <target name="deploy" depends="build" 
     240  <target name="deploy.debug" depends="build" 
    241241          description="builds and deploys the applications"> 
    242242    <ant antfile="${org.bedework.project.bedework}/deployment}/build.xml" inheritrefs="true" 
     
    246246  </target> 
    247247 
    248   <target name="deploy.debug" depends="build" 
     248  <target name="deploy" depends="build" 
    249249          description="builds and deploys the applications"> 
    250250    <ant antfile="${org.bedework.project.bedework}/deployment/build.xml" inheritrefs="true" 
  • trunk/bedework/build/buildsh.xml

    r953 r959  
    7676    <mkdir dir="${app.dest.lib}" /> 
    7777 
     78    <copy todir="${app.dest.lib}"> 
     79      <fileset dir="${hibernate.jars.dir}"> 
     80        <include name="*.jar"/> 
     81      </fileset> 
     82    </copy> 
     83 
     84    <copy todir="${app.dest.lib}" file="${commons-collections.jar}"/> 
     85    <copy todir="${app.dest.lib}" file="${commons-logging.jar}"/> 
     86 
    7887    <!-- core files --> 
    7988