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/03/07 05:32:14 UTC

svn commit: r156390 - incubator/directory/apacheds/trunk/protocol/project.xml

Author: erodriguez
Date: Sun Mar  6 20:32:13 2005
New Revision: 156390

URL: http://svn.apache.org/viewcvs?view=rev&rev=156390
Log:
Updates to LDAP wire protocol (apacheds-protocol) POM:
o  Removed a couple unused dependencies.
o  Updated URLs of remaining dependencies to reflect graduation from incubator.


Modified:
    incubator/directory/apacheds/trunk/protocol/project.xml

Modified: incubator/directory/apacheds/trunk/protocol/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/apacheds/trunk/protocol/project.xml?view=diff&r1=156389&r2=156390
==============================================================================
--- incubator/directory/apacheds/trunk/protocol/project.xml (original)
+++ incubator/directory/apacheds/trunk/protocol/project.xml Sun Mar  6 20:32:13 2005
@@ -5,58 +5,32 @@
   <name>ApacheDS Protocol</name>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>The Protocol Provider</shortDescription>
-  <description>
-    The protocol provider used to snap in LDAP handlers and codecs into
-    the protocol framework.  These handlers are JNDI clients specifically LDAP 
-    JNDI callers.  Any JNDI provider can be used for the provider but the 
-    primary target is the core's JNDI provider.
+  <description>
+    The protocol provider used to snap in LDAP handlers and codecs into
+    the protocol framework.  These handlers are JNDI clients, specifically LDAP 
+    JNDI callers.  Any JNDI provider can be used for the provider but the 
+    primary target is the core's JNDI provider.
   </description>
   <dependencies>
     <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <version>2.0.7</version>
-      <url>http://jakarta.apache.org/oro</url>
-      <properties>
-        <gump.project>jakarta-oro</gump.project>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>regexp</groupId>
-      <artifactId>regexp</artifactId>
-      <version>1.2</version>
-      <type>jar</type>
-      <url>http://jakarta.apache.org/regexp/index.html</url>
-      <properties>
-        <gump.project>jakarta-regexp</gump.project>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>antlr</groupId>
-      <artifactId>antlr</artifactId>
-      <version>2.7.2</version>
-      <url>http://antlr.org/</url>
-    </dependency>
-    <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>asn1-codec</artifactId>
       <version>0.3-SNAPSHOT</version>
-      <url>http://incubator.apache.org/directory/subprojects/asn1/codec</url>
+      <url>http://directory.apache.org/subprojects/asn1/ber-codec</url>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>ldap-common</artifactId>
       <version>0.9-SNAPSHOT</version>
-      <url>http://incubator.apache.org/directory/subprojects/ldap/common</url>
+      <url>http://directory.apache.org/subprojects/ldap/common</url>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>mina</artifactId>
       <version>0.7-SNAPSHOT</version>
-      <url>http://incubator.apache.org/directory/subprojects/mina</url>
+      <url>http://directory.apache.org/subprojects/network/mina</url>
     </dependency>
   </dependencies>
-
   <reports>
     <report>maven-changes-plugin</report>
     <report>maven-tasklist-plugin</report>
@@ -70,6 +44,5 @@
     <report>maven-license-plugin</report>
     <report>maven-multiproject-plugin</report>
   </reports>
-
 </project>