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/20 00:31:07 UTC

svn commit: r326734 - /directory/shared/ldap/trunk/common/project.xml

Author: elecharny
Date: Wed Oct 19 15:31:00 2005
New Revision: 326734

URL: http://svn.apache.org/viewcvs?rev=326734&view=rev
Log:
Changed dep asn1-codec-0.3.2 to asn1-codec-0.3.3

Modified:
    directory/shared/ldap/trunk/common/project.xml

Modified: directory/shared/ldap/trunk/common/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/common/project.xml?rev=326734&r1=326733&r2=326734&view=diff
==============================================================================
--- directory/shared/ldap/trunk/common/project.xml (original)
+++ directory/shared/ldap/trunk/common/project.xml Wed Oct 19 15:31:00 2005
@@ -1,78 +1,70 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <project>
-  <extend>../project.xml</extend>
-  <artifactId>ldap-common</artifactId>
-  <name>Common LDAP API</name>
-    
-  <package>org.apache.ldap.common</package>
-
-  <description>
-    Common LDAP packages used for protocol compliant parsing of distinguished
+    <extend>../project.xml</extend>
+    <pomVersion>3</pomVersion>
+    <artifactId>ldap-common</artifactId>
+    <name>Common LDAP API</name>
+    <groupId>ldap-common</groupId>
+    <package>org.apache.ldap.common</package>
+    <description>Common LDAP packages used for protocol compliant parsing of distinguished
     names, LDIFs, filters, and urls.  Also contains the Common Message API 
-    which enables a plugable interface for ASN.1 BER Message codec providers.
-  </description>
-
-  <shortDescription>
-    Common LDAP packages used by clients and servers.
-  </shortDescription>
-    
-  <dependencies>
-
-    <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>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>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>
-
-    <dependency>
-      <groupId>directory-asn1</groupId>
-      <artifactId>asn1-codec</artifactId>
-      <version>0.3.2</version>
-    </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>
-    <!-- breaks the build for me <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>
-    
+    which enables a plugable interface for ASN.1 BER Message codec providers.</description>
+    <shortDescription>Common LDAP packages used by clients and servers.</shortDescription>
+    <dependencies>
+        <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>oro</groupId>
+            <artifactId>oro</artifactId>
+            <version>2.0.7</version>
+            <type>jar</type>
+            <url>http://jakarta.apache.org/oro</url>
+            <properties>
+                <gump.project>jakarta-oro</gump.project>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+            <version>2.7.2</version>
+            <type>jar</type>
+            <url>http://antlr.org/</url>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <type>jar</type>
+            <url>http://junit.org/</url>
+        </dependency>
+        <dependency>
+            <groupId>directory-asn1</groupId>
+            <artifactId>asn1-codec</artifactId>
+            <version>0.3.3</version>
+            <type>jar</type>
+        </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>
+        <!-- breaks the build for me <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>
+