Ignore:
Timestamp:
2010-10-26T15:12:23+13:00 (13 years ago)
Author:
sjm84
Message:

The uninstaller has been modified so that it no longer will delete files or folders in the top-level directory that do not belong to Greenstone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/create-components.xml

    r22325 r23210  
    33
    44    <target name="create-components" depends="init,gs2-init">
    5 
    6         <!-- core  -->
    7         <antcall target="create-component"><param name="component" value="core"/></antcall>
    85
    96        <!-- imagemagick -->
     
    1815            <antcall target="create-component"><param name="component" value="ghostscript"/></antcall>
    1916        </if>
     17       
     18        <!-- core  -->
     19        <antcall target="create-component"><param name="component" value="core"/></antcall>
    2020
    2121    </target>
Note: See TracChangeset for help on using the changeset viewer.