From 27d0255ee76d31d71a4ce6e2c917991a6a23b326 Mon Sep 17 00:00:00 2001
From: Andy Clement <aclement@gopivotal.com>
Date: Tue, 18 Mar 2014 22:37:58 -0700
Subject: update build jar so suggests 1.8 as install dir

---
 build/src/$installer$/org/aspectj/Main.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'build/src/$installer$/org')

diff --git a/build/src/$installer$/org/aspectj/Main.java b/build/src/$installer$/org/aspectj/Main.java
index 9f23d972a..a6a038c32 100644
--- a/build/src/$installer$/org/aspectj/Main.java
+++ b/build/src/$installer$/org/aspectj/Main.java
@@ -998,9 +998,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.7";
+			return "c:\\aspectj1.8";
 		} else {
-			return new File(System.getProperty("user.home"), "aspectj1.7").getAbsolutePath();
+			return new File(System.getProperty("user.home"), "aspectj1.8").getAbsolutePath();
 		}
 	}
 
-- 
cgit v1.2.3