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/07/06 20:25:07 UTC

svn commit: r1358335 - /directory/apacheds/branches/apacheds-osgi/xdbm-partition/pom.xml

Author: gokturk
Date: Fri Jul  6 18:25:06 2012
New Revision: 1358335

URL: http://svn.apache.org/viewvc?rev=1358335&view=rev
Log:
Excluded from iPojo manipulation, since the LongComporator is intended for JDBM only not for schema elements.

Modified:
    directory/apacheds/branches/apacheds-osgi/xdbm-partition/pom.xml

Modified: directory/apacheds/branches/apacheds-osgi/xdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-osgi/xdbm-partition/pom.xml?rev=1358335&r1=1358334&r2=1358335&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-osgi/xdbm-partition/pom.xml (original)
+++ directory/apacheds/branches/apacheds-osgi/xdbm-partition/pom.xml Fri Jul  6 18:25:06 2012
@@ -112,16 +112,8 @@
                 org.apache.directory.server.xdbm.impl.avl;version="${project.version}";-noimport:=true,
                 org.apache.directory.server.xdbm.search.impl;version="${project.version}";-noimport:=true
             </Export-Package>
-            <_plugin>org.apache.felix.ipojo.bnd.PojoizationPlugin;use-local-schemas=true</_plugin>
           </instructions>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>bnd-ipojo-plugin</artifactId>
-            <version>${bnd.ipojo.version}</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>