Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2008-07-15 19:13:54 +0000
committerrescobar2008-07-15 19:13:54 +0000
commitc9949d19764d308ab0d4c824ceca73302b87d1d9 (patch)
tree6618f9a4cc091ce262ceba57d5b402177327e483 /org.eclipse.osee.framework.ui.encrypter/.classpath
parentba1e2794f7b5551f8b36cd3569478983a46657f7 (diff)
downloadorg.eclipse.osee-c9949d19764d308ab0d4c824ceca73302b87d1d9.tar.gz
org.eclipse.osee-c9949d19764d308ab0d4c824ceca73302b87d1d9.tar.xz
org.eclipse.osee-c9949d19764d308ab0d4c824ceca73302b87d1d9.zip
Updated for Eclipse 3.4 compatibility.
Diffstat (limited to 'org.eclipse.osee.framework.ui.encrypter/.classpath')
-rw-r--r--org.eclipse.osee.framework.ui.encrypter/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.osee.framework.ui.encrypter/.classpath b/org.eclipse.osee.framework.ui.encrypter/.classpath
index 02159672985..8a8f1668cdc 100644
--- a/org.eclipse.osee.framework.ui.encrypter/.classpath
+++ b/org.eclipse.osee.framework.ui.encrypter/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <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.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top