Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-07-24 14:21:48 +0000
committerThomas Watson2008-07-24 14:21:48 +0000
commit504d1b847dcbbf49a09eaa93fbea26b00918501d (patch)
treef2a9fcae100111c7863cd105525f750e2f0536e7 /bundles/org.eclipse.osgi/.classpath
parent72accadde37fc53edb1291712efaba2136ff8704 (diff)
downloadrt.equinox.framework-504d1b847dcbbf49a09eaa93fbea26b00918501d.tar.gz
rt.equinox.framework-504d1b847dcbbf49a09eaa93fbea26b00918501d.tar.xz
rt.equinox.framework-504d1b847dcbbf49a09eaa93fbea26b00918501d.zip
Bug 133048 URLStreamHandlerProxy does not delegate new Java 5 method: openConnection(URL u, Proxy p);
Diffstat (limited to 'bundles/org.eclipse.osgi/.classpath')
-rw-r--r--bundles/org.eclipse.osgi/.classpath7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi/.classpath b/bundles/org.eclipse.osgi/.classpath
index 66c14f41a..f47fc74de 100644
--- a/bundles/org.eclipse.osgi/.classpath
+++ b/bundles/org.eclipse.osgi/.classpath
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="lib" path="osgi/exceptions.jar"/>
+ <classpathentry kind="lib" path="osgi/xmlParserAPIs.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/OSGi%Minimum-1.1"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="console/src"/>
<classpathentry kind="src" path="supplement/src"/>
<classpathentry kind="src" path="osgi/src"/>
@@ -10,8 +14,5 @@
<classpathentry kind="src" path="resolver/src"/>
<classpathentry kind="src" path="jarverifier"/>
<classpathentry kind="src" path="security/src"/>
- <classpathentry kind="lib" path="osgi/exceptions.jar"/>
- <classpathentry kind="lib" path="osgi/ee.minimum.jar"/>
- <classpathentry kind="lib" path="osgi/xmlParserAPIs.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top