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

    r18976 r18980  
    9090        <rsr file="${installDir}/cgi-bin/gliserver.pl" pattern="^#!.*" replacement="#!${perl.executable} -w" lines="1"/>
    9191       
     92        <echo>Creating the english dictionary</echo>
     93        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
     94        <echo/>
     95
    9296        <echo message="Creating installation properties file"/>
    9397        <echo file="${installDir}\etc\installation.properties">installed.startmenu.path:${startmenu.path.unix}</echo>
Note: See TracChangeset for help on using the changeset viewer.