Changeset 20113


Ignore:
Timestamp:
2009-08-03T12:43:35+12:00 (15 years ago)
Author:
oranfry
Message:

fix-ups after last commit

Location:
release-kits
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/ant-scripts/create-installer.xml

    r19592 r20113  
    88    </target>
    99
    10     <target name="copy-installer-files" depends="copy-main-installer-files"> <!-- from init -->
     10    <target name="copy-installer-files" depends="copy-main-installer-files,copy-greenstone2-installer-files"> <!-- from init -->
    1111
    1212        <copy todir="${basedir}/installer/classes" overwrite="true">
  • release-kits/mark3/ant-scripts/build.xml

    r20112 r20113  
    2828    <import file="compile.xml"/>
    2929    <import file="create-distribution.xml"/>
    30     <import file="create-components.xml"/>
    3130    <import file="create-installer.xml"/>
    3231    <import file="wrap.xml"/>
    3332
    3433    <!-- TARGET TO PERFORM ADDITIONAL PRECONDITION CHECKS -->
    35     <target name="mark3-init">
     34    <target name="mark3-init" depends="init">
    3635        <if>
    3736            <bool>
     
    5049
    5150    <!-- THE MAIN TARGET -->
    52     <target name="mark3" depends="init,mark3-init">
     51    <target name="mark3" depends="init,gs3-init,mark3-init">
    5352        <antcall target="compile"/>
    5453        <antcall target="create-distribution"/>
  • release-kits/mark3/ant-scripts/create-components.xml

    r20112 r20113  
    2525        <antcall target="compress-component"><param name="component" value="ghostscript"/></antcall>
    2626    </target>
    27 
     27</project>
  • release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r20112 r20113  
    248248    </target>
    249249
    250     <target name="create-distribution">
     250    <target name="greenstone3-create-distribution">
    251251        <!-- create distribution -->
    252252        <antcall target="copy-compiled-to-dist"/> <!-- from init -->
Note: See TracChangeset for help on using the changeset viewer.