Skip to content

Commit

Permalink
GSon example downported to Java 7
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Nov 20, 2014
1 parent 46f7166 commit 92a0661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.vogella.java.library.gson/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="libs/gson-2.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 92a0661

Please sign in to comment.