diff options
| author | hmalphettes | 2011-12-26 23:59:13 +0000 |
|---|---|---|
| committer | hmalphettes | 2011-12-26 23:59:13 +0000 |
| commit | 4f8cff8ccd29efb891aa43b57f01852db86b0b76 (patch) | |
| tree | 11d7ee28c587062f84864a99040bd8623e0947d1 | |
| parent | ed46b71f37492980a6cde0d3a7602f2e7592b9df (diff) | |
| download | org.eclipse.jetty.project-4f8cff8ccd29efb891aa43b57f01852db86b0b76.tar.gz org.eclipse.jetty.project-4f8cff8ccd29efb891aa43b57f01852db86b0b76.tar.xz org.eclipse.jetty.project-4f8cff8ccd29efb891aa43b57f01852db86b0b76.zip | |
bug 367548 the nested package must not be imported twice in jetty-osgi-boot
| -rw-r--r-- | VERSION.txt | 1 | ||||
| -rw-r--r-- | jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt index fccd9bdb51..95f45237a3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,5 @@ jetty-8.1.0-SNAPSHOT + + 367548 jetty-osgi-boot must not import the nested package twice jetty-8.1.0.RC2 - 22 December 2011 + 359329 jetty-jaspi must exports its packages. jetty-plus must import diff --git a/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF b/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF index d586e1cc31..07532c1284 100644 --- a/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF +++ b/jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF @@ -14,7 +14,6 @@ Import-Package: javax.mail;version="1.4.0";resolution:=optional, javax.servlet.http;version="2.6", javax.transaction;version="1.1.0";resolution:=optional, javax.transaction.xa;version="1.1.0";resolution:=optional, - org.eclipse.jetty.nested;version="8.0.0";resolution:=optional, org.eclipse.jetty.annotations;version="8.0.0";resolution:=optional, org.eclipse.jetty.deploy;version="8.0.0", org.eclipse.jetty.deploy.providers;version="8.0.0", |
