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/lirk2/installer/build.xml

    r18976 r18980  
    5959        <echo>Correcting perl shebangs in perl scripts</echo>
    6060        <exec executable="which" outputproperty="perl.executable"><arg value="perl"/></exec>
    61         <if><bool><not><isempty value="${perl.executable}"/></not></bool>
    62             <rsr file="${installDir}/cgi-bin/gliserver.pl" pattern="^#!.*" replacement="#!${perl.executable} -w" lines="1"/>
    63         </if>
     61        <rsr file="${installDir}/cgi-bin/gliserver.pl" pattern="^#!.*" replacement="#!${perl.executable} -w" lines="1"/>
     62        <echo/>
     63
     64        <echo>Creating the english dictionary</echo>
     65        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
    6466        <echo/>
    6567
Note: See TracChangeset for help on using the changeset viewer.