You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "M. van Cuijk (JIRA)" <ji...@apache.org> on 2013/11/01 14:26:17 UTC

[jira] [Created] (HTTPASYNC-60) Incorrect OSGi Symbolic-BundleName for httpasyncclient

M. van Cuijk created HTTPASYNC-60:
-------------------------------------

             Summary: Incorrect OSGi Symbolic-BundleName for httpasyncclient
                 Key: HTTPASYNC-60
                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-60
             Project: HttpComponents HttpAsyncClient
          Issue Type: Bug
            Reporter: M. van Cuijk


OSGi Symbolic-BundleName for httpasyncclient equals the one for httpclient, which breaks projects depending on both.

Index: httpasyncclient-osgi/pom.xml
===================================================================
--- httpasyncclient-osgi/pom.xml	(revision 1537924)
+++ httpasyncclient-osgi/pom.xml	(working copy)
@@ -56,7 +56,7 @@
         <configuration>
           <instructions>
             <Bundle-Name>Apache ${project.name}</Bundle-Name>
-            <Bundle-SymbolicName>${project.groupId}.httpclient</Bundle-SymbolicName>
+            <Bundle-SymbolicName>${project.groupId}.httpasyncclient</Bundle-SymbolicName>
             <_exportcontents>
             org.apache.http.nio.client.*;version=${project.version},
             org.apache.http.nio.conn.*;version=${project.version},




--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org