Преглед на файлове

fix install location to 1.7

tags/V1_7_0
Andy Clement преди 12 години
родител
ревизия
f0ca363a58
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      build/src/$installer$/org/aspectj/Main.java

+ 2
- 2
build/src/$installer$/org/aspectj/Main.java Целия файл

@@ -998,9 +998,9 @@ class LocationPane extends WizardPane implements ActionListener {
public String getDefaultLocation() {
if (context.onWindows()) {
//XXX hard-coded majorminor version needs to be fixed by 1.1 release
return "c:\\aspectj1.6";
return "c:\\aspectj1.7";
} else {
return new File(System.getProperty("user.home"), "aspectj1.6").getAbsolutePath();
return new File(System.getProperty("user.home"), "aspectj1.7").getAbsolutePath();
}
}


Loading…
Отказ
Запис