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:20:32 UTC

svn commit: r1140284 - /httpcomponents/httpclient/branches/4.1.x/httpclient-osgi/pom.xml

Author: olegk
Date: Mon Jun 27 19:20:32 2011
New Revision: 1140284

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

Modified:
    httpcomponents/httpclient/branches/4.1.x/httpclient-osgi/pom.xml

Modified: httpcomponents/httpclient/branches/4.1.x/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.1.x/httpclient-osgi/pom.xml?rev=1140284&r1=1140283&r2=1140284&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.1.x/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.1.x/httpclient-osgi/pom.xml Mon Jun 27 19:20:32 2011
@@ -105,7 +105,7 @@
             org.apache.http.impl.conn.*;version=${project.version},
             org.apache.http.impl.client.*;version=${project.version}
             </_exportcontents>
-            <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
+            <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
             <Import-Package>
             javax.crypto,
             javax.crypto.spec,