bug 330686 make jsp-2.1 a fragment of the jasper library otherwise we ahve trouble accessing the internal package. tried the split package for too long

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2541 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2010-11-20 01:01:13 +00:00
parent 835751c2ef
commit bf3efe8c14
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jetty-7.2.2-SNAPSHOT
+ 330265 start.jar --stop kills --exec subprocess
+ 330417 Atomic PUT in PutFilter
+ 330419 Reloading webapp duplicates StandardDescriptorProcessor
+ 330686 OSGi: Make org.eclipse.jetty.jsp-2.1 a fragment of org.apache.jasper.glassfish
jetty-7.2.1.v20101111 11 November 2010
+ 324679 Fixed dedection of write before static content

View File

@ -32,6 +32,7 @@
*
</Import-Package>
<Export-Package>org.eclipse.jetty*</Export-Package>
<Fragment-Host>org.apache.jasper.glassfish</Fragment-Host>
<!-- disable the uses directive: we don't want to fore eeryone that uses us to
have to depend on com.sun.org.apache.commons.logging provided by jasper-glassfish. -->
<_nouses>true</_nouses>