Ignore:
Timestamp:
2010-01-27T08:19:07+13:00 (14 years ago)
Author:
oranfry
Message:

tidy-ups

Location:
main/trunk/release-kits/kits/rk2/ant-scripts
Files:
2 edited

Legend:

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

    r21632 r21648  
    1313
    1414    <!-- IMPORT OTHER ANT SCRIPTS -->
    15     <import file="${rk.home}/shared/core/ant-scripts/init.xml"/>
     15    <import file="${rk.home}/shared/core/ant-scripts/shared.xml"/>
    1616    <import file="${rk.home}/shared/core/ant-scripts/operations-on-gli.xml"/>
    17     <import file="${rk.home}/shared/greenstone2/ant-scripts/rk2-targets.xml"/>
     17    <import file="${rk.home}/shared/greenstone2/ant-scripts/greenstone2-shared.xml"/>
    1818
    1919    <import file="compile.xml"/>
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r21647 r21648  
    267267        <!-- delete unneeded files -->
    268268        <delete dir="compiled/uninstaller" />
    269         <delete file="compiled/gli/.greenstonestore" />
    270269        <delete file="compiled/bin/java/SignedGatherer.jar" />
     270
     271        <!-- tidy up gli -->
     272        <antcall target="gli-tidy-for-dist"><param name="glibasedir" value="compiled/gli"/></target>
    271273
    272274        <!-- mac and linux: insert export to cdrom package -->
Note: See TracChangeset for help on using the changeset viewer.