aboutsummaryrefslogtreecommitdiffstats
path: root/build/src/$installer$/org/aspectj
diff options
context:
space:
mode:
authorAndy Clement <aclement@gopivotal.com>2014-03-18 22:37:58 -0700
committerAndy Clement <aclement@gopivotal.com>2014-03-18 22:37:58 -0700
commit27d0255ee76d31d71a4ce6e2c917991a6a23b326 (patch)
treefce2fe5674aebf9113a8f9c772843bfea0091b05 /build/src/$installer$/org/aspectj
parentc1c4a4d41f3173bb72040d91d42d07662ab703bd (diff)
downloadaspectj-27d0255ee76d31d71a4ce6e2c917991a6a23b326.tar.gz
aspectj-27d0255ee76d31d71a4ce6e2c917991a6a23b326.zip
update build jar so suggests 1.8 as install dirV1_8_0RC1
Diffstat (limited to 'build/src/$installer$/org/aspectj')
-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 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();
}
}