Changeset 18980 for release-kits


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

create the english gli dictionary at install

Location:
release-kits
Files:
6 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
  • 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>
  • 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>
  • release-kits/mark3/installer/build.xml

    r17815 r18980  
    5959        <copy file="${installDir}/resources/java/log4j.properties.in" tofile="${installDir}/web/WEB-INF/classes/log4j.properties" overwrite="true"/>
    6060        <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="(.*)@gsdl3home@(.*)" replacement="$1${installDir}/web$2" />
     61
     62        <echo>Creating the english dictionary</echo>
     63        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
     64        <echo/>
    6165
    6266        <echo>Create usage.txt</echo>
  • 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>
  • 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.