Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2015-08-05 15:57:35 +0000
committerAngel Avila2015-09-12 00:57:33 +0000
commitc6c9c790d295252094bf8b3d07a390ed87bd4f42 (patch)
tree716a27a45c3b7af930c52697bb8bce7477773bc5 /plugins/org.eclipse.osee.ote.master.rest.model
parent0dbbb38e7ea6af0d2960a657a6227c43f1a76085 (diff)
downloadorg.eclipse.osee-c6c9c790d295252094bf8b3d07a390ed87bd4f42.tar.gz
org.eclipse.osee-c6c9c790d295252094bf8b3d07a390ed87bd4f42.tar.xz
org.eclipse.osee-c6c9c790d295252094bf8b3d07a390ed87bd4f42.zip
refactor: Remove obsolete bundle lba.ote.projectsets.three.four
Diffstat (limited to 'plugins/org.eclipse.osee.ote.master.rest.model')
-rw-r--r--plugins/org.eclipse.osee.ote.master.rest.model/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.master.rest.model/.classpath b/plugins/org.eclipse.osee.ote.master.rest.model/.classpath
index ad32c83a788..eca7bdba8f0 100644
--- a/plugins/org.eclipse.osee.ote.master.rest.model/.classpath
+++ b/plugins/org.eclipse.osee.ote.master.rest.model/.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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top