Minor change to project file - it specifies a Java1.6 target instead of

the java JVM itself
This commit is contained in:
Morlok8k 2012-09-24 02:31:18 -07:00
parent 7ab21083df
commit 173a274b47

View File

@ -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"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/jnbt-1.1.jar" sourcepath="/home/morlok8k/workspace/jnbt">
<attributes>
<attribute name="javadoc_location" value="http://jnbt.sourceforge.net/doc/"/>