From: Andy Clement Date: Wed, 19 Mar 2014 05:37:58 +0000 (-0700) Subject: update build jar so suggests 1.8 as install dir X-Git-Tag: V1_8_0RC1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27d0255ee76d31d71a4ce6e2c917991a6a23b326;p=aspectj.git update build jar so suggests 1.8 as install dir --- 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 Binary files a/lib/build/build.jar and b/lib/build/build.jar differ