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

    r17814 r18980  
    6464        <copy file="${installDir}/resources/java/log4j.properties.in" tofile="${installDir}/web/WEB-INF/classes/log4j.properties" overwrite="true"/>
    6565        <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="(.*)@gsdl3home@(.*)" replacement="$1${installDir}/web$2" />
     66
     67        <echo>Creating the english dictionary</echo>
     68        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
     69        <echo/>
    6670
    6771        <echo>Create usage.txt</echo>
Note: See TracChangeset for help on using the changeset viewer.