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

svn commit: r291088 - /directory/standalone/trunk/osgi/apacheds/project.xml

Author: erodriguez
Date: Fri Sep 23 00:21:02 2005
New Revision: 291088

URL: http://svn.apache.org/viewcvs?rev=291088&view=rev
Log:
Clean-up of apacheds backing store OSGi bundle POM related to DIREVE-244 (static ContextFactoryService call) and DIREVE-246 (ExprNode filter pass) fixes.

Modified:
    directory/standalone/trunk/osgi/apacheds/project.xml

Modified: directory/standalone/trunk/osgi/apacheds/project.xml
URL: http://svn.apache.org/viewcvs/directory/standalone/trunk/osgi/apacheds/project.xml?rev=291088&r1=291087&r2=291088&view=diff
==============================================================================
--- directory/standalone/trunk/osgi/apacheds/project.xml (original)
+++ directory/standalone/trunk/osgi/apacheds/project.xml Fri Sep 23 00:21:02 2005
@@ -5,7 +5,7 @@
   <name>Apache Backing Store</name>
   <currentVersion>0.1.1</currentVersion>
   <properties>
-    <osgi.export.package>org.apache.ldap.common.util,org.apache.ldap.common.message.spi,org.apache.ldap.common,org.apache.ldap.common.message,org.apache.ldap.common.exception,org.apache.ldap.common.filter,org.apache.ldap.server.jndi,org.apache.ldap.server.configuration</osgi.export.package>
+    <osgi.export.package>org.apache.ldap.common.filter,org.apache.ldap.server.jndi,org.apache.ldap.server.configuration</osgi.export.package>
     <osgi.import.package>org.osgi.framework</osgi.import.package>
   </properties>
   <package>org.apache.store</package>