瀏覽代碼

Updates for AJDK1.5.0

tags/Root_AspectJ5_Development
aclement 19 年之前
父節點
當前提交
379eb69126
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      build/src/$installer$/org/aspectj/Main.java
  2. 二進制
      lib/build/build.jar

+ 2
- 2
build/src/$installer$/org/aspectj/Main.java 查看文件

@@ -1009,9 +1009,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.2";
return "c:\\aspectj1.5";
} else {
return new File(System.getProperty("user.home"), "aspectj1.2").getAbsolutePath();
return new File(System.getProperty("user.home"), "aspectj1.5").getAbsolutePath();
}
}


二進制
lib/build/build.jar 查看文件


Loading…
取消
儲存