Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-03-06 12:18:23 +0000
committerThomas Watson2008-03-06 12:18:23 +0000
commit5f8dd61b485c113c3016a85c761c6c9ab1acd6d1 (patch)
treeca7e23a1d01607723ebcb3818354b1ae37dad7e3 /bundles/org.eclipse.equinox.security.win32.x86/.classpath
parentd5f448e83ae3c0e6d1cb615697fdda372a967555 (diff)
downloadrt.equinox.bundles-5f8dd61b485c113c3016a85c761c6c9ab1acd6d1.tar.gz
rt.equinox.bundles-5f8dd61b485c113c3016a85c761c6c9ab1acd6d1.tar.xz
rt.equinox.bundles-5f8dd61b485c113c3016a85c761c6c9ab1acd6d1.zip
update jre container.
Diffstat (limited to 'bundles/org.eclipse.equinox.security.win32.x86/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.security.win32.x86/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.security.win32.x86/.classpath b/bundles/org.eclipse.equinox.security.win32.x86/.classpath
index 065ac06e1..2fbb7a23e 100644
--- a/bundles/org.eclipse.equinox.security.win32.x86/.classpath
+++ b/bundles/org.eclipse.equinox.security.win32.x86/.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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top