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:26:39 UTC

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

Author: elecharny
Date: Sun Aug 21 11:26:36 2005
New Revision: 234302

URL: http://svn.apache.org/viewcvs?rev=234302&view=rev
Log:
rooling back to original verion

Modified:
    directory/shared/ldap/branches/new-codec-integration/snacc-provider/project.xml

Modified: directory/shared/ldap/branches/new-codec-integration/snacc-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/snacc-provider/project.xml?rev=234302&r1=234301&r2=234302&view=diff
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/snacc-provider/project.xml (original)
+++ directory/shared/ldap/branches/new-codec-integration/snacc-provider/project.xml Sun Aug 21 11:26:36 2005
@@ -1,52 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="maven-project.xsd">
-    <extend>../project.xml</extend>
-    <pomVersion>3</pomVersion>
-    <artifactId>ldap-snacc-provider</artifactId>
-    <name>ldap-snacc-provider</name>
-    <package>org.apache.ldap.common.berlib</package>
-    <shortDescription>Snacc based LDAP message codec provider.</shortDescription>
-    <dependencies>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>ldap-common</artifactId>
-            <version>${pom.currentVersion}</version>
-            <type>jar</type>
-        </dependency>
-        <dependency>
-            <groupId>directory-asn1</groupId>
-            <artifactId>asn1-codec</artifactId>
-            <version>0.3.1</version>
-            <type>jar</type>
-        </dependency>
-        <dependency>
-            <groupId>snacc4j</groupId>
-            <artifactId>snacc</artifactId>
-            <version>2.3</version>
-            <type>jar</type>
-            <url>http://www.alphaworks.ibm.com/tech/snaccforjava</url>
-        </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.1</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/lang</url>
-        </dependency>
-    </dependencies>
-    <reports>
-        <report>maven-changelog-plugin</report>
-        <report>maven-developer-activity-plugin</report>
-        <report>maven-file-activity-plugin</report>
-        <report>maven-javadoc-plugin</report>
-        <report>maven-changes-plugin</report>
-        <report>maven-checkstyle-plugin</report>
-        <report>maven-file-activity-plugin</report>
-        <report>maven-javadoc-plugin</report>
-        <report>maven-jdepend-plugin</report>
-        <report>maven-jxr-plugin</report>
-        <report>maven-license-plugin</report>
-        <report>maven-tasklist-plugin</report>
-    </reports>
+<?xml version="1.0"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	xsi:noNamespaceSchemaLocation="maven-project.xsd">
+	
+  <extend>../project.xml</extend>
+  <artifactId>ldap-snacc-provider</artifactId>
+  <name>ldap-snacc-provider</name>
+  
+  <package>org.apache.ldap.common.berlib</package>
+  
+  <shortDescription>
+    Snacc based LDAP message codec provider.
+  </shortDescription>
+  
+  <dependencies>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>ldap-common</artifactId>
+      <version>${pom.currentVersion}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>directory-asn1</groupId>
+      <artifactId>asn1-codec</artifactId>
+      <version>0.3.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>snacc4j</groupId>
+      <artifactId>snacc</artifactId>
+      <version>2.3</version>
+      <url>http://www.alphaworks.ibm.com/tech/snaccforjava</url>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>2.1</version>
+      <url>http://jakarta.apache.org/commons/collections.html</url>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.0</version>
+      <url>http://jakarta.apache.org/commons/lang</url>
+    </dependency>
+  </dependencies>
+    
+  <reports>
+    <report>maven-changelog-plugin</report>
+    <report>maven-developer-activity-plugin</report>
+    <report>maven-file-activity-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-changes-plugin</report>
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-file-activity-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-tasklist-plugin</report>
+  </reports>
+    
 </project>