Author: pamarcelot
Date: Tue Feb 8 11:15:42 2011
New Revision: 1068330
URL: http://svn.apache.org/viewvc?rev=1068330&view=rev
Log:
Making the 'org.apache.directory.shared.ldap.codec.controls' package available for other modules
(like 'org.apache.directory.shared.ldap.extras.codec').
Modified:
directory/shared/branches/m1/ldap-codec/pom.xml
Modified: directory/shared/branches/m1/ldap-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/m1/ldap-codec/pom.xml?rev=1068330&r1=1068329&r2=1068330&view=diff
==============================================================================
--- directory/shared/branches/m1/ldap-codec/pom.xml (original)
+++ directory/shared/branches/m1/ldap-codec/pom.xml Tue Feb 8 11:15:42 2011
@@ -182,7 +182,8 @@
<instructions>
<Bundle-SymbolicName>${project.groupId}.ldap.codec</Bundle-SymbolicName>
<Export-Package>
- org.apache.directory.shared.ldap.codec.api
+ org.apache.directory.shared.ldap.codec.api,
+ org.apache.directory.shared.ldap.codec.controls
</Export-Package>
</instructions>
</configuration>
|