You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by go...@apache.org on 2012/05/13 19:05:09 UTC

svn commit: r1337935 - /directory/apacheds/branches/apacheds-osgi/core-avl/pom.xml

Author: gokturk
Date: Sun May 13 17:05:08 2012
New Revision: 1337935

URL: http://svn.apache.org/viewvc?rev=1337935&view=rev
Log:
Added external import declarations for handling deserialization problems

Modified:
    directory/apacheds/branches/apacheds-osgi/core-avl/pom.xml

Modified: directory/apacheds/branches/apacheds-osgi/core-avl/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-osgi/core-avl/pom.xml?rev=1337935&r1=1337934&r2=1337935&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-osgi/core-avl/pom.xml (original)
+++ directory/apacheds/branches/apacheds-osgi/core-avl/pom.xml Sun May 13 17:05:08 2012
@@ -82,6 +82,13 @@
             <Export-Package>
                 {local-packages};version=${project.version};-noimport:=true
             </Export-Package>
+            <Import-Package>
+                *,
+                org.apache.directory.shared.ldap.model.schema.comparators,
+                org.apache.directory.shared.ldap.model.schema,
+                org.apache.directory.server.core.partition.impl.btree,
+                org.apache.directory.server.core.part
+            </Import-Package>
           </instructions>
         </configuration>
       </plugin>