summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2013-12-04 15:38:48 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2013-12-04 23:03:21 +0200
commit6ef33ec2cead34d82a29e696a3188f4bd0a45fd4 (patch)
tree04af3279cf5ca8abcce6d1a1f0647799c525f455 /.classpath
parent73a306fc1d0512f64f1cfbb2905aeff036c7e943 (diff)
Force JDK 1.6 (from settings)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 18d70f0..5eb0a55 100644
--- a/.classpath
+++ b/.classpath
@@ -1,6 +1,6 @@
<?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.6"/>
+ <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
</classpath>