Ignore:
Timestamp:
2009-04-15T16:26:03+12:00 (15 years ago)
Author:
oranfry
Message:

create the english gli dictionary at install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/installer/build.xml

    r18977 r18980  
    5353        <echo>Correcting perl shebangs in perl scripts</echo>
    5454        <exec executable="which" outputproperty="perl.executable"><arg value="perl"/></exec>
    55         <if><bool><not><isempty value="${perl.executable}"/></not></bool>
    56             <rsr file="${installDir}/cgi-bin/gliserver.pl" pattern="^#!.*" replacement="#!${perl.executable} -w" lines="1"/>
    57         </if>
     55        <rsr file="${installDir}/cgi-bin/gliserver.pl" pattern="^#!.*" replacement="#!${perl.executable} -w" lines="1"/>
    5856        <echo/>
    5957
     
    8280            <arg value="${installDir}/apache-httpd/darwin"/>
    8381        </exec>
     82
     83        <echo>Creating the english dictionary</echo>
     84        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
     85        <echo/>
    8486
    8587        <echo>Creating installation properties file</echo>
Note: See TracChangeset for help on using the changeset viewer.