Browse Source

Updates for AJDK1.5.0

tags/Root_AspectJ5_Development
aclement 19 years ago
parent
commit
379eb69126
2 changed files with 2 additions and 2 deletions
  1. 2
    2
      build/src/$installer$/org/aspectj/Main.java
  2. BIN
      lib/build/build.jar

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

@@ -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();
}
}


BIN
lib/build/build.jar View File


Loading…
Cancel
Save