Ignore:
Timestamp:
2008-10-31T15:08:31+13:00 (15 years ago)
Author:
oranfry
Message:

started source releases

File:
1 edited

Legend:

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

    r17645 r17652  
    33
    44    <target name="create-distribution">
     5
    56        <!-- create distribution -->
    67        <antcall target="export-greenstone3-gli" />
    7         <antcall target="greenstone3-set-version-numbers">
    8             <param name="greenstone3basedir" value="${basedir}/distribution/greenstone3"/>
    9         </antcall>
    10         <antcall target="gli-set-version-numbers">
    11             <param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/>
    12         </antcall>
     8        <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="${basedir}/distribution/greenstone3"/></antcall>
     9        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/></antcall>
     10        <antcall target="insert-user-manual"/>
    1311
    14         <!-- create distributions 1, 2 and 3 -->
     12        <antcall target="copy-web-to-source-greenstone3" /> <!-- from gs3-targets -->
     13
    1514        <ant antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" target="create-distribution-1" inheritAll="false">
    1615            <property name="app.version" value="${version}"/>
     
    2928
    3029        <antcall target="copy-over-build-xml" />
    31         <antcall target="insert-user-manual"/>
    3230        <antcall target="insert-compiled-binaries"/>
    3331        <antcall target="export-imagemagick-linux-binaries" />
    3432        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets -->
    35         <antcall target="rename-build-xml-for-transit"/>
    36         <antcall target="strip-svn-dirs"><param name="dir" value="distribution/greenstone3"/></antcall> <!-- from init -->
     33   
     34        <antcall target="strip-svn-dirs"><param name="dir" value="distribution"/></antcall> <!-- from init -->
     35
    3736    </target>
    3837
     
    7271    </target>
    7372
    74     <target name="rename-build-xml-for-transit">
    75         <move file="distribution/greenstone3/build.xml" tofile="distribution/greenstone3/greenstone3-build.xml"/>
    76     </target>
    77 
    7873</project>
Note: See TracChangeset for help on using the changeset viewer.