Ignore:
Timestamp:
2008-11-07T14:36:58+13:00 (15 years ago)
Author:
oranfry
Message:

shifted the responsibility for the source release to the linux release kit. Made the source release contain a single component with the core and sourcecode mixed together

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r17652 r17786  
    1010        <antcall target="insert-user-manual"/>
    1111
    12         <antcall target="copy-web-to-source-greenstone3" /> <!-- from gs3-targets -->
    13 
    1412        <ant target="create-distribution-1" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
    1513            <property name="app.version" value="${version}"/>
     
    1715            <property name="branch.revision" value="${branch.revision}"/>
    1816        </ant>
     17
     18        <antcall target="insert-icon"/>
     19        <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk3-targets -->
     20
    1921        <ant target="create-distribution-2" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
    2022            <property name="app.version" value="${version}"/>
     
    2931        <antcall target="copy-over-build-xml" />
    3032        <antcall target="insert-compiled-binaries"/>
    31         <antcall target="insert-icon"/>
    32         <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk3-targets -->
     33
    3334    </target>
    3435
Note: See TracChangeset for help on using the changeset viewer.