summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/src/$installer$/org/aspectj/Main.java4
-rw-r--r--lib/build/build.jarbin156256 -> 157592 bytes
2 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 9f23d972a..a6a038c32 100644
--- a/build/src/$installer$/org/aspectj/Main.java
+++ b/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.7";
+ return "c:\\aspectj1.8";
} else {
- return new File(System.getProperty("user.home"), "aspectj1.7").getAbsolutePath();
+ return new File(System.getProperty("user.home"), "aspectj1.8").getAbsolutePath();
}
}
diff --git a/lib/build/build.jar b/lib/build/build.jar
index 49eab50aa..e06b6984b 100644
--- a/lib/build/build.jar
+++ b/lib/build/build.jar
Binary files differ