Ignore:
Timestamp:
2009-05-28T16:24:27+12:00 (15 years ago)
Author:
xiao
Message:

comment out flax target unzip-flax-collections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r19354 r19647  
    16481648    <move file="${web.home}/WEB-INF/web.xml" tofile="${web.home}/WEB-INF/web.xml.greenstone3backup"/>
    16491649    <antcall target="flax-copy-files" />
    1650     <antcall target="unzip-flax-collections" />
     1650<!--    <antcall target="unzip-flax-collections" /> -->
    16511651    <antcall target="unzip-flax-resources" />
    16521652  </target>
     
    16621662    </svn>
    16631663    <antcall target="flax-copy-files" />
    1664     <antcall target="unzip-flax-collections" />       
    1665   </target>
    1666 
     1664<!--    <antcall target="unzip-flax-collections" /> -->
     1665  </target>
     1666<!--
    16671667  <target name="unzip-flax-collections" >
    16681668    <property name="coll.dir" value="${web.home}/sites/flax/collect"/>
     
    16761676    </delete>
    16771677  </target>
    1678 
     1678-->
    16791679  <target name="unzip-flax-resources" >
    16801680    <property name="classes.dir" value="${web.home}/WEB-INF/classes/flax"/>
Note: See TracChangeset for help on using the changeset viewer.