Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2019-03-25 15:59:39 +0000
committerThomas Watson2019-03-26 13:19:04 +0000
commitb8ef56795cacdff976ba95a295f678a60f2dab57 (patch)
treed8d447752aef14860f33f94e50103b225ba7c464 /bundles/org.eclipse.equinox.metatype/.classpath
parenteef56d7fab3c18eefe1c226d8eca0e979143e5ed (diff)
downloadrt.equinox.bundles-b8ef56795cacdff976ba95a295f678a60f2dab57.tar.gz
rt.equinox.bundles-b8ef56795cacdff976ba95a295f678a60f2dab57.tar.xz
rt.equinox.bundles-b8ef56795cacdff976ba95a295f678a60f2dab57.zip
Bug 545788 - [metatype] provide caching of metatype informationI20190327-1800I20190326-2305I20190326-1800
Change-Id: If76fa973a32f1dedded57211370c64bd5d81c7cf Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.metatype/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.metatype/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.metatype/.classpath b/bundles/org.eclipse.equinox.metatype/.classpath
index 64c5e31b7..098194ca4 100644
--- a/bundles/org.eclipse.equinox.metatype/.classpath
+++ b/bundles/org.eclipse.equinox.metatype/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <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="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top