From d6dc3089f663756649e0078ceeb4563eef0e9331 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 16 Jan 2008 23:43:34 +0000 Subject: AspectJ6: change install location to 1.6 --- build/src/$installer$/org/aspectj/Main.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/src/$installer$/org/aspectj/Main.java b/build/src/$installer$/org/aspectj/Main.java index d601b1687..5f610645b 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.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(); } } -- cgit v1.2.3