]> source.dussan.org Git - aspectj.git/commitdiff
fix install location to 1.7
authorAndy Clement <andrew.clement@gmail.com>
Mon, 28 May 2012 15:44:13 +0000 (08:44 -0700)
committerAndy Clement <andrew.clement@gmail.com>
Mon, 28 May 2012 15:44:13 +0000 (08:44 -0700)
build/src/$installer$/org/aspectj/Main.java

index 24256b3c7511c5051eb25d4172d36ff5848b7eff..9f23d972a860ed3ac4fbbcf774892b337a52d6fc 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.6";
+                       return "c:\\aspectj1.7";
                } else {
-                       return new File(System.getProperty("user.home"), "aspectj1.6").getAbsolutePath();
+                       return new File(System.getProperty("user.home"), "aspectj1.7").getAbsolutePath();
                }
        }