| # | Line 131 | Line 131 | public class AEInstaller2 { | |
|---|---|---|
| 131 | System.out.println("Platform: " + Settings.getPlatform()); | |
| 132 | System.out.println("Architect: " + Settings.getArchitecture()); | |
| 133 | System.out.println(".NET: " + OniSplit.isDotNETInstalled()); | |
| 134 | + | System.out.println("OniSplit: " + OniSplit.isOniSplitInstalled()); |
| 135 | System.out.println("Globalized:" + Installer.isEditionInitialized()); | |
| 136 | ||
| 137 | System.out | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |