[idwsfconsumer] 02/25: Change .classpath to Java 7 just to get things to build in modern environment.

Scott Cantor cantor.2 at osu.edu
Wed Nov 18 14:41:06 EST 2015


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository idwsfconsumer.

commit 7b99bce0015dab9d6439a5544a749608eba8f052
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Apr 1 14:25:13 2015 -0400

    Change .classpath to Java 7 just to get things to build in modern
    environment.
---
 .classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.classpath b/.classpath
index 8e6c925..baa5eda 100644
--- a/.classpath
+++ b/.classpath
@@ -3,7 +3,7 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
 	<classpathentry kind="src" path="resources/classpath"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.5.0 (MacOS X Default)"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
 	<classpathentry kind="lib" path="build-lib/junit-3.8.1.jar"/>
 	<classpathentry kind="lib" path="build-lib/xmlunit1.0.jar"/>
 	<classpathentry kind="lib" path="thirdparty-lib/commons-io-1.4.jar"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list