Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2015-02-26 09:18:54 +0000
committerJayaprakash Arthanareeswaran2015-02-26 09:21:22 +0000
commit279ae109d40885f5a16be9af1d602322e1395a9b (patch)
tree13fb64a4604db0febca74fd4412737e2386f20c4 /org.eclipse.jdt.apt.tests/.classpath
parente23731bfbef54b7b257bcd8302a58a01db83c05d (diff)
downloadeclipse.jdt.core-279ae109d40885f5a16be9af1d602322e1395a9b.tar.gz
eclipse.jdt.core-279ae109d40885f5a16be9af1d602322e1395a9b.tar.xz
eclipse.jdt.core-279ae109d40885f5a16be9af1d602322e1395a9b.zip
Bug 460588 - Move JDT Core project to 1.7 compliance
Diffstat (limited to 'org.eclipse.jdt.apt.tests/.classpath')
-rw-r--r--org.eclipse.jdt.apt.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.tests/.classpath b/org.eclipse.jdt.apt.tests/.classpath
index 29b0c58b7a..e576c56c95 100644
--- a/org.eclipse.jdt.apt.tests/.classpath
+++ b/org.eclipse.jdt.apt.tests/.classpath
@@ -4,7 +4,7 @@
<classpathentry kind="src" output="bin-resources" path="src-resources"/>
<classpathentry kind="src" output="bin-ext" path="src-ext"/>
<classpathentry kind="src" output="bin-annotations" path="src-annotations"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top