diff options
author | aclement <aclement> | 2008-01-16 23:43:34 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-01-16 23:43:34 +0000 |
commit | d6dc3089f663756649e0078ceeb4563eef0e9331 (patch) | |
tree | 761d639111392b7eba68c597dbff7bdf60758525 /build | |
parent | dcc82aeb8a70b73a73fc21ba93c9ed1a35c638a6 (diff) | |
download | aspectj-d6dc3089f663756649e0078ceeb4563eef0e9331.tar.gz aspectj-d6dc3089f663756649e0078ceeb4563eef0e9331.zip |
AspectJ6: change install location to 1.6
Diffstat (limited to 'build')
-rw-r--r-- | build/src/$installer$/org/aspectj/Main.java | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } } |