On peut développer avec la jdk/jre 1.8 mais le codage et la compilation se fait en 1.7

This commit is contained in:
2014-11-24 11:02:07 +01:00
parent f7fd007602
commit b2e47d1e2e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,6 @@
<classpathentry kind="lib" path="lib/fanciful-0.1.5.jar"/>
<classpathentry kind="lib" path="lib/ProtocolLib-3.2.0.jar"/>
<classpathentry kind="lib" path="lib/WorldEdit-5.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_67"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>