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:31:10 UTC

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

Author: gokturk
Date: Sun May 13 17:31:10 2012
New Revision: 1337948

URL: http://svn.apache.org/viewvc?rev=1337948&view=rev
Log:
Fixed static import-package declarations.

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=1337948&r1=1337947&r2=1337948&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:31:10 2012
@@ -77,6 +77,7 @@
         <extensions>true</extensions>
         <configuration>
           <manifestLocation>META-INF</manifestLocation>
+          <unpackBundle>true</unpackBundle>
           <instructions>
             <Bundle-SymbolicName>${project.groupId}.core.avl</Bundle-SymbolicName>
             <Export-Package>
@@ -87,7 +88,8 @@
                 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
+                org.apache.directory.server.core.partition.impl.btree.jdbm,
+                org.apache.directory.server.xdbm
             </Import-Package>
           </instructions>
         </configuration>