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 2011/06/27 21:16:55 UTC

svn commit: r1140278 - /httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml

Author: olegk
Date: Mon Jun 27 19:16:55 2011
New Revision: 1140278

URL: http://svn.apache.org/viewvc?rev=1140278&view=rev
Log:
HTTPCLIENT-1072: inline nested jars in OSGi bundles

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

Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=1140278&r1=1140277&r2=1140278&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Mon Jun 27 19:16:55 2011
@@ -73,7 +73,7 @@
             <Bundle-SymbolicName>${project.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>
+            <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
             <!-- Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd -->
             <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME</_removeheaders>
           </instructions>