Ignore:
Timestamp:
2011-04-29T09:49:54+12:00 (13 years ago)
Author:
sjm84
Message:

All collections except the lucene-jdbm demo are now removed during binary creation, this is because we want to only include this collection in future Greenstone 3 releases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r23843 r23967  
    7979            <property name="properties.accepted" value="true"/>
    8080        </ant>
     81
     82        <!-- Delete all collections apart from the Lucene demo collection -->
     83        <delete dir="${basedir}/compiled/web/sites/localsite/collect/gberg"/>
     84        <delete dir="${basedir}/compiled/web/sites/localsite/collect/gs2mgdemo"/>
     85        <delete dir="${basedir}/compiled/web/sites/localsite/collect/gs2mgppdemo"/>
     86        <delete dir="${basedir}/compiled/web/sites/localsite/collect/infomine"/>       
    8187
    8288        <!-- Delete the entire gnome support library on Linux -->
Note: See TracChangeset for help on using the changeset viewer.