From a2bc25c39aaeb299014b68cacd6e66b7fe64a9ab Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 12 Dec 2009 14:21:45 +0100 Subject: eclipse project now explicitly defines target JVM as 1.6. Technically it's a mix of 1.5 and 1.6, but that is not expressible in eclipse .classpath files. Updated eclipse project settings to be more specific (less 'workspace default'). --- .classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index 5b18e629..953e7d9a 100644 --- a/.classpath +++ b/.classpath @@ -8,7 +8,7 @@ - + -- cgit