summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/src/$installer$/org/aspectj/Main.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/src/$installer$/org/aspectj/Main.java b/build/src/$installer$/org/aspectj/Main.java
index d601b1687..5f610645b 100644
--- a/build/src/$installer$/org/aspectj/Main.java
+++ b/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.5";
+ return "c:\\aspectj1.6";
} else {
- return new File(System.getProperty("user.home"), "aspectj1.5").getAbsolutePath();
+ return new File(System.getProperty("user.home"), "aspectj1.6").getAbsolutePath();
}
}