Minor change to project file - it specifies a Java1.6 target instead of
the java JVM itself
This commit is contained in:
parent
7ab21083df
commit
173a274b47
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<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">
|
<classpathentry kind="lib" path="lib/jnbt-1.1.jar" sourcepath="/home/morlok8k/workspace/jnbt">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="javadoc_location" value="http://jnbt.sourceforge.net/doc/"/>
|
<attribute name="javadoc_location" value="http://jnbt.sourceforge.net/doc/"/>
|
||||||
|
Reference in New Issue
Block a user