Changeset 18980 for release-kits/wirk3


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

    r17815 r18980  
    101101        <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="@gsdl3home@" replacement="${installDir.unix}/web"/>
    102102
     103        <echo>Creating the english dictionary</echo>
     104        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
     105        <echo/>
     106
    103107        <echo>Create usage.txt</echo>
    104108        <echo file="${installDir}/gs2build/etc/usage.txt"></echo>
Note: See TracChangeset for help on using the changeset viewer.