You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/01/17 10:46:21 UTC

svn commit: r1059834 - /directory/shared/trunk/ldap/pom.xml

Author: pamarcelot
Date: Mon Jan 17 09:46:21 2011
New Revision: 1059834

URL: http://svn.apache.org/viewvc?rev=1059834&view=rev
Log:
Exported all packages (org.apache.directory.shared.asn1, org.apache.directory.shared.converter.schema).

Modified:
    directory/shared/trunk/ldap/pom.xml

Modified: directory/shared/trunk/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=1059834&r1=1059833&r2=1059834&view=diff
==============================================================================
--- directory/shared/trunk/ldap/pom.xml (original)
+++ directory/shared/trunk/ldap/pom.xml Mon Jan 17 09:46:21 2011
@@ -125,7 +125,7 @@
           <instructions>
             <Bundle-SymbolicName>${project.groupId}.ldap</Bundle-SymbolicName>
             <Bundle-Name>${project.name}</Bundle-Name>
-            <Export-Package>org.apache.directory.shared.ldap.*</Export-Package>
+            <Export-Package>org.apache.directory.shared.*</Export-Package>
           </instructions>
         </configuration>
       </plugin>