]> source.dussan.org Git - aspectj.git/commitdiff
update build jar so suggests 1.8 as install dir V1_8_0RC1
authorAndy Clement <aclement@gopivotal.com>
Wed, 19 Mar 2014 05:37:58 +0000 (22:37 -0700)
committerAndy Clement <aclement@gopivotal.com>
Wed, 19 Mar 2014 05:37:58 +0000 (22:37 -0700)
build/src/$installer$/org/aspectj/Main.java
lib/build/build.jar

index 9f23d972a860ed3ac4fbbcf774892b337a52d6fc..a6a038c3249ad7e772860785acc176a36afcb156 100644 (file)
@@ -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();
                }
        }
 
index 49eab50aa4dfc79bb2b00b52d8644bc79ff6e2b2..e06b6984b0fae428cf0dc22b1214056d60ca452e 100644 (file)
Binary files a/lib/build/build.jar and b/lib/build/build.jar differ