Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-09-30 23:02:26 +0000
committerRyan D. Brooks2015-09-30 23:02:26 +0000
commitb4f6f62b0d3af365b67a3786dbb24c97fa638536 (patch)
tree41f8d200213368694ce5242ecedec3a123c3be76 /plugins/org.eclipse.osee.orcs.authorization/.classpath
parent96adcfbe177538fbd4d995da0a243b4071544d81 (diff)
downloadorg.eclipse.osee-b4f6f62b0d3af365b67a3786dbb24c97fa638536.tar.gz
org.eclipse.osee-b4f6f62b0d3af365b67a3786dbb24c97fa638536.tar.xz
org.eclipse.osee-b4f6f62b0d3af365b67a3786dbb24c97fa638536.zip
feature[ats_ATS244686]: Remove 1.6 from .classpath files
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.authorization/.classpath')
-rw-r--r--plugins/org.eclipse.osee.orcs.authorization/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.orcs.authorization/.classpath b/plugins/org.eclipse.osee.orcs.authorization/.classpath
index ad32c83a788..1fa3e6803d3 100644
--- a/plugins/org.eclipse.osee.orcs.authorization/.classpath
+++ b/plugins/org.eclipse.osee.orcs.authorization/.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