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 2010/07/15 12:05:50 UTC

svn commit: r964363 - in /directory/shared/trunk: ldap-aci/ pom.xml

Author: elecharny
Date: Thu Jul 15 10:05:50 2010
New Revision: 964363

URL: http://svn.apache.org/viewvc?rev=964363&view=rev
Log:
Removed the ldap-aci module

Removed:
    directory/shared/trunk/ldap-aci/
Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=964363&r1=964362&r2=964363&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Thu Jul 15 10:05:50 2010
@@ -81,7 +81,6 @@
     <module>ldap-schema-loader</module>
     <module>ldap-schema-manager</module>
     <module>ldap-schema-manager-tests</module>
-    <module>ldap-aci</module>
     <module>asn1-codec</module>
     <module>ldap-convert</module>
     <module>cursor</module>
@@ -145,12 +144,6 @@
 
       <dependency>
         <groupId>${project.groupId}</groupId>
-        <artifactId>shared-ldap-aci</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>${project.groupId}</groupId>
         <artifactId>shared-ldap-constants</artifactId>
         <version>${project.version}</version>
       </dependency>