You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2010/03/19 11:36:39 UTC

svn commit: r925172 - in /httpcomponents/httpcore/trunk: RELEASE_NOTES.txt httpcore-osgi/pom.xml

Author: olegk
Date: Fri Mar 19 10:36:39 2010
New Revision: 925172

URL: http://svn.apache.org/viewvc?rev=925172&view=rev
Log:
HTTPCORE-222: Fixed Import-Package in the OSGi META-INF
Contributed by Willem Jiang <willem.jiang at gmail.com> 

Modified:
    httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
    httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml

Modified: httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?rev=925172&r1=925171&r2=925172&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Fri Mar 19 10:36:39 2010
@@ -1,5 +1,8 @@
 Changes since 4.1-ALPHA1
 
+* [HTTPCORE-222] Fixed Import-Package in the OSGi META-INF
+  Contributed by Willem Jiang <willem.jiang at gmail.com> 
+
 * [HTTPCORE-177] Reduce intermediate data buffering by reading large chunks of data directly from 
   the underlying socket stream. This results in improved performance of blocking read operations.
   Contributed by Oleg Kalnichevski <olegk at apache.org> 

Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=925172&r1=925171&r2=925172&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Fri Mar 19 10:36:39 2010
@@ -79,6 +79,7 @@
           <instructions>
             <Bundle-Name>Apache ${pom.name}</Bundle-Name>
             <Bundle-SymbolicName>${pom.groupId}.httpcore</Bundle-SymbolicName>
+            <Import-Package>!org.apache.http*,*</Import-Package>            
             <_exportcontents>org.apache.http.*;version=${project.version}</_exportcontents>
             <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
           </instructions>