]> source.dussan.org Git - aspectj.git/commitdiff
AspectJ6: change install location to 1.6
authoraclement <aclement>
Wed, 16 Jan 2008 23:43:34 +0000 (23:43 +0000)
committeraclement <aclement>
Wed, 16 Jan 2008 23:43:34 +0000 (23:43 +0000)
build/src/$installer$/org/aspectj/Main.java

index d601b1687d520343437656b96a5e27a960c74cf2..5f610645bf967342cc37e1e4a280c8e4e23eb175 100644 (file)
@@ -1009,9 +1009,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.5";
+            return "c:\\aspectj1.6";
         } else {
-            return new File(System.getProperty("user.home"), "aspectj1.5").getAbsolutePath();
+            return new File(System.getProperty("user.home"), "aspectj1.6").getAbsolutePath();
         }
     }