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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to