Ignore:
Timestamp:
Apr 30, 2013, 2:05:15 AM (12 years ago)
Author:
alloc
Message:

AEI2.07:

  • Allow for non-ISO-8859-1 characters in properties files (more exactly require them to be UTF8)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java

    r817 r840  
    7777import net.oni2.platformtools.applicationinvoker.ApplicationInvoker;
    7878import net.oni2.platformtools.applicationinvoker.ERuntimeNotInstalledException;
     79import net.oni2.resourcebundle.UTF8ResourceBundleLoader;
    7980
    8081import org.javabuilders.BuildResult;
     
    9293        private static final long serialVersionUID = -4027395051382659650L;
    9394
    94         private ResourceBundle bundle = ResourceBundle
     95        private ResourceBundle bundle = UTF8ResourceBundleLoader
    9596                        .getBundle("net.oni2.aeinstaller.localization."
    9697                                        + getClass().getSimpleName());
     
    589590                                        execCoreUpdates.add(m);
    590591                                        tools.add(m);
    591                                 }
     592                                } else if (!m.isInstalled())
     593                                        tools.add(m);
    592594                        }
    593595                        for (Package m : PackageManager.getInstance().getCoreMods()) {
Note: See TracChangeset for help on using the changeset viewer.