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/10/19 02:54:33 UTC

svn commit: r326313 - /directory/shared/ldap/trunk/apache2-provider/project.xml

Author: elecharny
Date: Tue Oct 18 17:54:28 2005
New Revision: 326313

URL: http://svn.apache.org/viewcvs?rev=326313&view=rev
Log:
Updated the apache2-provider project.xml to generate the good jar in the right group.

Modified:
    directory/shared/ldap/trunk/apache2-provider/project.xml

Modified: directory/shared/ldap/trunk/apache2-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache2-provider/project.xml?rev=326313&r1=326312&r2=326313&view=diff
==============================================================================
--- directory/shared/ldap/trunk/apache2-provider/project.xml (original)
+++ directory/shared/ldap/trunk/apache2-provider/project.xml Tue Oct 18 17:54:28 2005
@@ -4,7 +4,6 @@
     <pomVersion>3</pomVersion>
     <artifactId>apache-new-ldapber-provider</artifactId>
     <name>Apache's new ASN.1 based LDAP BER Message Provider</name>
-    <groupId>apache-new-ldapber-provider</groupId>
     <package>org.apache.asn1new.ldap</package>
     <build />
     <developers>
@@ -26,17 +25,10 @@
             <type>jar</type>
             <url>http://jakarta.apache.org/commons/lang/api</url>
         </dependency>
-	    <dependency>
-	      <groupId>commons-collections</groupId>
-	      <artifactId>commons-collections</artifactId>
-	      <version>3.0</version>
-	    </dependency>
         <dependency>
-            <groupId>directory-asn1</groupId>
-            <artifactId>asn1-codec</artifactId>
-            <version>0.3.1</version>
-            <type>jar</type>
-            <url>http://directory.apache.org/subprojects/asn1/codec</url>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.0</version>
         </dependency>
         <dependency>
             <groupId>directory-asn1</groupId>
@@ -76,16 +68,11 @@
             <type>jar</type>
             <url>http://jakarta.apache.org/commons/httpclient/apidocs</url>
         </dependency>
-	    <dependency>
-	      <groupId>directory-shared</groupId>
-	      <artifactId>ldap-common</artifactId>
-	      <version>${pom.currentVersion}</version>
-	    </dependency>
-	    <dependency>
-	      <groupId>directory-asn1</groupId>
-	      <artifactId>asn1-codec</artifactId>
-	      <version>0.3.3</version>
-	    </dependency>
+        <dependency>
+            <groupId>directory-shared</groupId>
+            <artifactId>ldap-common</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
     </dependencies>
 </project>