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/wirk2/ant-scripts/create-distribution.xml

    r18054 r18065  
    77        <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="${basedir}/distributions/web"/></antcall>
    88        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distributions/web/gli"/></antcall>
    9         <antcall target="drop-in-docs" />
     9        <antcall target="drop-in-docs"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    1010        <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk2-targets -->
    1111        <antcall target="dist-unzip-packages"/>
     
    1515        <antcall target="compile-gli" />
    1616        <antcall target="remove-unneeded-files" />
    17         <antcall target="create-needed-empty-files"><parem name="gsdl.basedir" value="distributions/web"/></antcall>
     17        <antcall target="create-needed-empty-files"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    1818
    1919        <antcall target="create-binary-zip-windows"/>
     
    3838        <copy todir="${basedir}/distributions/web/collect/demo">
    3939            <fileset dir="${basedir}/compiled/collect/demo" includes="**/*"/>
    40         </copy>
    41     </target>
    42 
    43     <target name="drop-in-docs">
    44         <echo level="info">Dropping gsdl docs  into distribution</echo>
    45         <copy todir="${basedir}/distributions/web" overwrite="true">
    46             <fileset dir="${wirk2.home}/greenstone2/docs" includes="*.txt"/>
    4740        </copy>
    4841    </target>
Note: See TracChangeset for help on using the changeset viewer.