Ignore:
Timestamp:
2008-12-04T13:20:22+13:00 (15 years ago)
Author:
oranfry
Message:

drop in docs before doing the version number replacements and dont complain if they are not there

File:
1 edited

Legend:

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

    r18054 r18065  
    55
    66        <antcall target="export-gsdl-gli"><param name="dest" value="distributions/web"/></antcall>
     7        <antcall target="drop-in-docs"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    78        <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="${basedir}/distributions/web"/></antcall>
    89        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distributions/web/gli"/></antcall>
    9         <antcall target="drop-in-docs" />
    1010        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
    1111        <antcall target="drop-in-binaries" />
     
    1616        <antcall target="compile-gli" />
    1717        <antcall target="remove-unneeded-files" />
    18         <antcall target="create-needed-empty-files"><parem name="gsdl.basedir" value="distributions/web"/></antcall>
     18        <antcall target="create-needed-empty-files"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    1919
    2020        <antcall target="create-binary-zip-linux"/>
     
    5252    </target>
    5353
    54     <target name="drop-in-docs">
    55         <echo level="info">Dropping gsdl docs  into distribution</echo>
    56         <copy todir="${basedir}/distributions/web" overwrite="true">
    57             <fileset dir="${mark2.home}/greenstone2/docs"/>
    58         </copy>
    59     </target>
    60 
    6154    <target name="compile-gli">
    6255        <echo>Compiling gli...</echo>
Note: See TracChangeset for help on using the changeset viewer.