]> source.dussan.org Git - aspectj.git/commitdiff
Updates for AJDK1.5.0
authoraclement <aclement>
Fri, 10 Dec 2004 15:31:47 +0000 (15:31 +0000)
committeraclement <aclement>
Fri, 10 Dec 2004 15:31:47 +0000 (15:31 +0000)
build/src/$installer$/org/aspectj/Main.java
lib/build/build.jar

index 0e40b78434af9843788d4ea71d1197f88dc1730e..65ba9be5a5bfb61f87198f5f5740f900e27963d2 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.2";
+            return "c:\\aspectj1.5";
         } else {
-            return new File(System.getProperty("user.home"), "aspectj1.2").getAbsolutePath();
+            return new File(System.getProperty("user.home"), "aspectj1.5").getAbsolutePath();
         }
     }
 
index dfdb9521d98f97bf261b94f3e8c0b9141f82e068..73758c05a99c18366a9b2eeca3b2ad451bf67551 100644 (file)
Binary files a/lib/build/build.jar and b/lib/build/build.jar differ