Browse Source

450634: support Windows 8 when computing best batch file format

tags/V1_8_5
Andy Clement 9 years ago
parent
commit
8db5893d03
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/src/$installer$/org/aspectj/Main.java
  2. BIN
      lib/build/build.jar

+ 1
- 1
build/src/$installer$/org/aspectj/Main.java View File

@@ -687,7 +687,7 @@ class InstallContext {

public boolean onWindowsPro() {
return getOS().equals("Windows NT") || getOS().equals("Windows 2000") || getOS().equals("Windows XP")
|| getOS().equals("Windows Vista") || getOS().equals("Windows 7");
|| getOS().equals("Windows Vista") || getOS().equals("Windows 7") || getOS().startsWith("Windows 8");
}

public boolean onMacintosh() {

BIN
lib/build/build.jar View File


Loading…
Cancel
Save