Просмотр исходного кода

fix install location to 1.7

tags/V1_7_0
Andy Clement 12 лет назад
Родитель
Сommit
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();
}
}


Загрузка…
Отмена
Сохранить