Ignore:
Timestamp:
2008-10-10T09:05:07+13:00 (16 years ago)
Author:
oranfry
Message:

changes to the way ant-installer loads and reloads the language packs, and a new attribute to the select input which triggers it to change the language to the input value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-installer/src/org/tp23/antinstaller/Installer.java

    r14982 r17514  
    2929import org.tp23.antinstaller.runtime.exe.ExecuteRunnerFilter.AbortException;
    3030
    31 
    32 
    3331/**
    3432 * <p>Object representation of the Installer element in the config. </p>
     
    4341
    4442    // i18n support
    45     private static ResourceBundle langPack = null;
    46     static{
     43    public static ResourceBundle langPack = null;
     44    static {
    4745        try {
    4846            langPack = ResourceBundle.getBundle("resources.LanguagePack");
    4947        } catch (MissingResourceException e) {
    50             // ignore, signifies no lang packs installed 
     48            // ignore, signifies no lang packs installed
    5149        }
    5250    }
Note: See TracChangeset for help on using the changeset viewer.