Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-09-30 23:02:26 +0000
committerRyan T. Baldwin2015-09-30 23:02:26 +0000
commit8defd01c8717c188926f76c6890e69756b72de98 (patch)
tree210c8643180ced29658d2415521650dcd5e51226 /plugins/org.eclipse.osee.framework.core.server.test/.classpath
parente250caf6c73f6af0d746ed4ebe44cf905a95eb58 (diff)
downloadorg.eclipse.osee-8defd01c8717c188926f76c6890e69756b72de98.tar.gz
org.eclipse.osee-8defd01c8717c188926f76c6890e69756b72de98.tar.xz
org.eclipse.osee-8defd01c8717c188926f76c6890e69756b72de98.zip
feature[ats_ATS244686]: Remove 1.6 from .classpath files
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.server.test/.classpath')
-rw-r--r--plugins/org.eclipse.osee.framework.core.server.test/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.server.test/.classpath b/plugins/org.eclipse.osee.framework.core.server.test/.classpath
index ad32c83a788..1fa3e6803d3 100644
--- a/plugins/org.eclipse.osee.framework.core.server.test/.classpath
+++ b/plugins/org.eclipse.osee.framework.core.server.test/.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/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top