Changeset 15034 for greenstone3/trunk


Ignore:
Timestamp:
2008-03-04T11:01:30+13:00 (16 years ago)
Author:
shaoqun
Message:

fix the checkout for flax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r15029 r15034  
    14341434      <checkout url="${flax.svn.root}/flax1.0/trunk/web/sites/flax/"
    14351435                destPath="${basedir}/web/sites/flax"/>
    1436       <checkout url="${flax.svn.root}/flax1.0/trunk/resources/flax-build.xml"
     1436      <checkout url="${flax.svn.root}/flax1.0/trunk/flax-resources"
    14371437                destPath="${basedir}"/>
    14381438    </svn>
    14391439    <move file="${basedir}/web/WEB-INF/web.xml" tofile="${basedir}/web/WEB-INF/web.xml.greenstone3backup"/>
    14401440    <copy file="${basedir}/web/WEB-INF/classes/flax/web.xml" todir="${basedir}/web/WEB-INF" />
    1441  
     1441    <copy file="${basedir}/flax-resources/flax-build.xml" todir="${basedir}" />   
     1442
    14421443    <property name="coll.dir" value="${basedir}/web/sites/flax/collect"/>
    14431444    <unzip dest="${coll.dir}"> 
Note: See TracChangeset for help on using the changeset viewer.