Changeset 589
- Timestamp:
- 06/15/06 12:05:19
- Files:
-
- trunk/calendar3/deployment/build.xml (modified) (1 diff)
- trunk/calendar3/deployment/resources/bedework (moved) (moved from trunk/calendar3/quickstartFiles/bedework)
- trunk/calendar3/deployment/resources/html (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/build.xml
r480 r589 151 151 <antcall target="deploy.j2ee.apps" inheritrefs="true" /> 152 152 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> 156 159 157 160 <!-- copy libs that the application server needs -->
