From: aclement Date: Fri, 10 Dec 2004 15:31:47 +0000 (+0000) Subject: Updates for AJDK1.5.0 X-Git-Tag: Root_AspectJ5_Development~140 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=379eb69126a1d904c2f4a6a63a97c138a7712791;p=aspectj.git Updates for AJDK1.5.0 --- diff --git a/build/src/$installer$/org/aspectj/Main.java b/build/src/$installer$/org/aspectj/Main.java index 0e40b7843..65ba9be5a 100644 --- a/build/src/$installer$/org/aspectj/Main.java +++ b/build/src/$installer$/org/aspectj/Main.java @@ -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(); } } diff --git a/lib/build/build.jar b/lib/build/build.jar index dfdb9521d..73758c05a 100644 Binary files a/lib/build/build.jar and b/lib/build/build.jar differ