Ignore:
Timestamp:
2007-09-05T14:28:08+12:00 (17 years ago)
Author:
xiao
Message:

add commands in the checkout-flax target to rename the greenstone web.xml file and copy the flax version web.xml in place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r14404 r14418  
    13741374    <mkdir dir="${basedir}/web/sites/flax"/>
    13751375    <svn>
    1376 
    13771376      <checkout url="${flax.svn.root}/flax1.0/trunk/src/java/org/flax/" 
    13781377                destPath="${basedir}/src/java/org/flax"/>
     
    13861385                destPath="${basedir}/web/sites/flax"/>
    13871386    </svn>
     1387    <move file="${basedir}/web/WEB-INF/web.xml" tofile="${basedir}/web/WEB-INF/web.xml.greenstone3backup"/>
     1388    <copy file="${basedir}/web/WEB-INF/classes/flax/web.xml" todir="${basedir}/web/WEB-INF" />
    13881389
    13891390    <property name="coll.dir" value="${basedir}/web/sites/flax/collect"/>
Note: See TracChangeset for help on using the changeset viewer.