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
This commit is contained in:
parent
c50fc6a1db
commit
e8ed78c866
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue