Changeset 589

Show
Ignore:
Timestamp:
06/15/06 12:05:19
Author:
johnsa
Message:

svn cleanup:

added bedework startup web pages to deploy target
removed some unused web pages

Files:

Legend:

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

    r480 r589  
    151151    <antcall target="deploy.j2ee.apps" inheritrefs="true" /> 
    152152 
    153     <!-- copy an index file that sends you to the applications --> 
    154     <copy file="${app.root.dir}/resources/html/cal.html" 
    155           todir="${webapp.root.dir}"/> 
     153    <!-- copy startup website that sends you to the applications --> 
     154    <delete dir="${webapp.root.dir}/bedework"/> 
     155    <mkdir dir="${webapp.root.dir}/bedework"/> 
     156    <copy todir="${webapp.root.dir}/bedework"> 
     157      <fileset dir="${app.root.dir}/resources/bedework"/> 
     158    </copy> 
    156159 
    157160    <!-- copy libs that the application server needs -->