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:19:28 UTC

svn commit: r291087 - /directory/standalone/trunk/osgi/ldap/project.xml

Author: erodriguez
Date: Fri Sep 23 00:19:24 2005
New Revision: 291087

URL: http://svn.apache.org/viewcvs?rev=291087&view=rev
Log:
Updates to LDAP protocol OSGi bundle POM related to DIREVE-244 (static ContextFactoryService call) and DIREVE-246 (ExprNode filter pass) fixes.

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

Modified: directory/standalone/trunk/osgi/ldap/project.xml
URL: http://svn.apache.org/viewcvs/directory/standalone/trunk/osgi/ldap/project.xml?rev=291087&r1=291086&r2=291087&view=diff
==============================================================================
--- directory/standalone/trunk/osgi/ldap/project.xml (original)
+++ directory/standalone/trunk/osgi/ldap/project.xml Fri Sep 23 00:19:24 2005
@@ -6,7 +6,7 @@
   <currentVersion>0.1.1</currentVersion>
   <properties>
     <osgi.bundle.category>Network Service</osgi.bundle.category>
-    <osgi.import.package>org.apache.ldap.common.filter,org.apache.ldap.server.configuration,org.osgi.framework,org.apache.mina.registry,org.apache.mina.protocol,org.apache.mina.protocol.handler,org.apache.mina.protocol.codec,org.apache.mina.common,org.osgi.service.cm,org.osgi.util.tracker</osgi.import.package>
+    <osgi.import.package>org.apache.ldap.server.jndi,org.apache.ldap.common.filter,org.apache.ldap.server.configuration,org.osgi.framework,org.apache.mina.registry,org.apache.mina.protocol,org.apache.mina.protocol.handler,org.apache.mina.protocol.codec,org.apache.mina.common,org.osgi.service.cm,org.osgi.util.tracker</osgi.import.package>
   </properties>
   <package>org.apache.ldap</package>
   <shortDescription>Apache LDAP Network Service</shortDescription>
@@ -77,10 +77,19 @@
       </properties>
     </dependency>
     <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>2.7.2</version>
+      <url>http://antlr.org/</url>
+      <properties>
+        <osgi.jar.bundle>true</osgi.jar.bundle>
+      </properties>
+    </dependency>
+    <dependency>
       <!-- required to load Configuration base class -->
       <groupId>directory</groupId>
       <artifactId>apacheds-core</artifactId>
-      <version>0.9.2-SNAPSHOT</version>
+      <version>0.9.3-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>