Changeset 16244


Ignore:
Timestamp:
2008-06-27T17:30:28+12:00 (16 years ago)
Author:
oranfry
Message:

make use of the new docs directory

Location:
release-kits/wirk2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/build.xml

    r16204 r16244  
    1010
    1111    <!-- CONSTANTS -->
    12 
     12   
    1313    <!-- the size of the resourse chunks to be put in the wrapped installer -->
    1414    <property name="resources.chunksize" value="8388608"/><!-- 8MiB -->
     15
     16    <!-- set date !AD HOC, CHANGE SOON -->
     17    <property name="current.month" value="Jun"/>
     18    <property name="current.year" value="2008"/>
    1519
    1620    <!-- for the benefit of the shared scripts, set release-kit home -->
  • release-kits/wirk2/ant-scripts/create-distribution.xml

    r16194 r16244  
    8181        <if><bool><istrue value="${execute}"/></bool>
    8282
    83             <echo level="info">Putting the COPYING file into distribution</echo>
    84             <copy file="${wirk2.home}/resources/COPYING" tofile="${basedir}/distributions/web/COPYING" />
     83            <echo level="info">Putting the docs into distribution</echo>
     84            <copy todir="${basedir}/distributions/web" overwrite="true">
     85                <fileset dir="${wirk2.home}/greenstone2/docs"/>
     86            </copy>
    8587
    8688            <echo level="info">Removing signed gatherer</echo>
  • release-kits/wirk2/installer/build.xml

    r16087 r16244  
    8181            <patternset>
    8282                <include name="COPYING"/>
     83                <include name="READMEar.txt"/>
     84                <include name="READMEes.txt"/>
     85                <include name="READMEen.txt"/>
     86                <include name="READMEfr.txt"/>
     87                <include name="READMEru.txt"/>
    8388                <include name="setup.bat"/>
    8489                <include name="server.exe"/>
Note: See TracChangeset for help on using the changeset viewer.