Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-01 18:26:42 +0000
committerslewis2006-11-01 18:26:42 +0000
commit9b8092a87043b1de9168b12d7d3bb5c9d38beb28 (patch)
tree4eb8e1c2337d55e7114732f9c31bec2422f34a0a /framework/bundles/org.eclipse.ecf.identity/.classpath
parentb94bb209702a9f5c23bf82c0bc9bf81fa7aad319 (diff)
downloadorg.eclipse.ecf-9b8092a87043b1de9168b12d7d3bb5c9d38beb28.tar.gz
org.eclipse.ecf-9b8092a87043b1de9168b12d7d3bb5c9d38beb28.tar.xz
org.eclipse.ecf-9b8092a87043b1de9168b12d7d3bb5c9d38beb28.zip
Fixes for compiler warnings
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/.classpath')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/.classpath b/framework/bundles/org.eclipse.ecf.identity/.classpath
index 751c8f2e5..ce7393340 100644
--- a/framework/bundles/org.eclipse.ecf.identity/.classpath
+++ b/framework/bundles/org.eclipse.ecf.identity/.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/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top