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:
parent
835751c2ef
commit
bf3efe8c14
|
@ -6,6 +6,8 @@ jetty-7.2.2-SNAPSHOT
|
||||||
+ 330265 start.jar --stop kills --exec subprocess
|
+ 330265 start.jar --stop kills --exec subprocess
|
||||||
+ 330417 Atomic PUT in PutFilter
|
+ 330417 Atomic PUT in PutFilter
|
||||||
+ 330419 Reloading webapp duplicates StandardDescriptorProcessor
|
+ 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
|
jetty-7.2.1.v20101111 11 November 2010
|
||||||
+ 324679 Fixed dedection of write before static content
|
+ 324679 Fixed dedection of write before static content
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>org.eclipse.jetty*</Export-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
|
<!-- 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. -->
|
have to depend on com.sun.org.apache.commons.logging provided by jasper-glassfish. -->
|
||||||
<_nouses>true</_nouses>
|
<_nouses>true</_nouses>
|
||||||
|
|
Loading…
Reference in New Issue