From e8ed78c866969c8c5a6b239f96e613cd897d579f Mon Sep 17 00:00:00 2001 From: Hugues Malphettes Date: Thu, 10 Jun 2010 23:13:00 +0000 Subject: [PATCH] add the Bundle-Classpath: . to be able to import this library with the sources in eclipse. workaround for a PDE bug git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1989 7e9141cc-0065-0410-87d8-b60c137991c4 --- jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) diff --git a/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF b/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF index b198c1fcffb..13828eea725 100644 --- a/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF +++ b/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF @@ -26,6 +26,7 @@ Import-Package: javax.mail;version="1.4.0";resolution:=optional, org.xml.sax, org.xml.sax.helpers Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-Classpath: . Require-Bundle: org.eclipse.jetty.ajp;bundle-version="[7.0,8)";resolution:=optional, org.eclipse.jetty.annotations;bundle-version="[7.0,8)";resolution:=optional, org.eclipse.jetty.client;bundle-version="[7.0,8)";resolution:=optional,