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

svn commit: r234299 - /directory/shared/ldap/branches/new-codec-integration/apache-provider/project.xml

Author: elecharny
Date: Sun Aug 21 11:23:21 2005
New Revision: 234299

URL: http://svn.apache.org/viewcvs?rev=234299&view=rev
Log:
Rolling back to original project.xml

Added:
    directory/shared/ldap/branches/new-codec-integration/apache-provider/project.xml

Added: directory/shared/ldap/branches/new-codec-integration/apache-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/apache-provider/project.xml?rev=234299&view=auto
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/apache-provider/project.xml (added)
+++ directory/shared/ldap/branches/new-codec-integration/apache-provider/project.xml Sun Aug 21 11:23:21 2005
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+  <extend>../project.xml</extend>
+  <artifactId>apache-ldapber-provider</artifactId>
+  
+  <name>Apache's ASN.1 based LDAP BER Message Provider</name>
+  <package>org.apache.ldap.common.berlib.asn1</package>
+  <inceptionYear>2004</inceptionYear>
+      
+  <shortDescription>Apache's LDAP BER Message Provider</shortDescription>
+
+  <description>
+    A provider for the LDAP message framework (in LDAP commons) based on the
+    Apache ASN.1 BER Runtime.
+  </description>
+      
+  <dependencies>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.0</version>
+      <url>http://jakarta.apache.org/commons/lang/api</url>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.3</version>
+      <url>http://jakarta.apache.org/commons/logging</url>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.0</version>
+      <url>http://jakarta.apache.org/commons/collections</url>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-primitives</groupId>
+      <artifactId>commons-primitives</artifactId>
+      <version>20041207.202534</version>
+      <url>http://jakarta.apache.org/commons/primitives</url>
+    </dependency>
+
+    <dependency>
+      <groupId>directory-asn1</groupId>
+      <artifactId>asn1-codec</artifactId>
+      <version>0.3.1</version>
+      <url>
+        http://directory.apache.org/subprojects/asn1/codec
+      </url>
+    </dependency>
+
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>ldap-common</artifactId>
+      <version>${pom.currentVersion}</version>
+      <url>http://directory.apache.org/directory/ldap/common</url>
+    </dependency>
+
+    <dependency>
+      <groupId>directory-asn1</groupId>
+      <artifactId>asn1-ber</artifactId>
+      <version>0.3.1</version>
+      <url>
+        http://directory.apache.org/subprojects/asn1/ber
+      </url>
+    </dependency>
+
+    <dependency>
+      <groupId>regexp</groupId>
+      <artifactId>regexp</artifactId>
+      <version>1.2</version>
+      <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>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <url>http://junit.org</url>
+    </dependency>
+  </dependencies>
+</project>
+