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/26 10:23:18 UTC

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

Author: pamarcelot
Date: Wed Jan 26 09:23:16 2011
New Revision: 1063652

URL: http://svn.apache.org/viewvc?rev=1063652&view=rev
Log:
Explicitly added the 'org.apache.directory.shared.ldap.aci' package as import package since it's now holding the 'ACIItemSyntaxChecker' class, required by the SchemaLoader.

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

Modified: directory/shared/trunk/ldap-schema/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema/pom.xml?rev=1063652&r1=1063651&r2=1063652&view=diff
==============================================================================
--- directory/shared/trunk/ldap-schema/pom.xml (original)
+++ directory/shared/trunk/ldap-schema/pom.xml Wed Jan 26 09:23:16 2011
@@ -142,6 +142,7 @@
             <Export-Package>org.apache.directory.shared.ldap.schema*</Export-Package>
             <Import-Package>
               *,
+              org.apache.directory.shared.ldap.aci,
               org.apache.directory.shared.ldap.model.schema.comparators,
               org.apache.directory.shared.ldap.model.schema.normalizers,
               org.apache.directory.shared.ldap.model.schema.parsers,