Ignore:
Timestamp:
2008-11-27T17:49:28+13:00 (15 years ago)
Author:
oranfry
Message:

dont try to create the source distibution anymore as that is done by sork

File:
1 edited

Legend:

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

    r17898 r17956  
    1111        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
    1212        <antcall target="drop-in-demo-collection" />
    13         <antcall target="insert-export-to-cd-package"/> <!-- from rk2-targets -->
     13        <antcall target="insert-export-to-cd-package"><param name="gsdl.home" value="distributions/web"/><!-- from rk2-targets -->
    1414        <antcall target="remove-unneeded-files-1" />
    15 
    16         <antcall target="copy-web-to-source" /> <!-- from init -->
    1715
    1816        <antcall target="drop-in-binaries" />
     
    5351        <rsr file="${basedir}/distributions/web/READMEen.txt" pattern="^(Date\s*)(.*)" replacement="$1${month.default} ${current.year}" />
    5452        <rsr file="${basedir}/distributions/web/READMEen.txt" pattern="^(Version\s*)(.*)" replacement="$1${version}" />
    55 
    56         <!-- Support.htm -->
    57         <rsr file="${basedir}/distributions/web/Support.htm" pattern="^(\s*Greenstone Digital Library version: ).*(&lt;br&gt;.*)" replacement="$1${version}$2"/>
    58         <rsr file="${basedir}/distributions/web/Support.htm" pattern="^(\s*&lt;input.* name=&quot;gsdl version&quot;.* value=&quot;).*(&quot;.*&gt;)" replacement="$1${version}$2"/>
    5953
    6054    </target>
Note: See TracChangeset for help on using the changeset viewer.