You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2011/01/16 12:34:38 UTC

svn commit: r1059539 - /directory/shared/branches/shared-AP/ldap-client-api/pom.xml

Author: akarasulu
Date: Sun Jan 16 11:34:38 2011
New Revision: 1059539

URL: http://svn.apache.org/viewvc?rev=1059539&view=rev
Log:
fixed problem in package name for client-api causing issues with exports

Modified:
    directory/shared/branches/shared-AP/ldap-client-api/pom.xml

Modified: directory/shared/branches/shared-AP/ldap-client-api/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-AP/ldap-client-api/pom.xml?rev=1059539&r1=1059538&r2=1059539&view=diff
==============================================================================
--- directory/shared/branches/shared-AP/ldap-client-api/pom.xml (original)
+++ directory/shared/branches/shared-AP/ldap-client-api/pom.xml Sun Jan 16 11:34:38 2011
@@ -98,16 +98,12 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>
-              ${pom.groupId}.ldap.client
+              ${pom.groupId}.ldap.client.api
             </Bundle-SymbolicName>
             <Bundle-Name>${pom.artifactId}</Bundle-Name>
             <Bundle-Version>${pom.version}</Bundle-Version>
             <Export-Package>
-              org.apache.directory.shared.ldap.client.api,
-              org.apache.directory.shared.ldap.client.api.future,
-              org.apache.directory.shared.ldap.client.api.exception,
-              org.apache.directory.shared.ldap.client.api.callback,
-              org.apache.directory.shared.ldap.client.api.protocol
+              org.apache.directory.ldap.client.api.*
             </Export-Package>
           </instructions>
         </configuration>