You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2008/06/07 10:37:47 UTC

svn commit: r664299 - in /directory/apacheds/branches/bigbang: pom.xml protocol-newldap/ protocol-newldap/pom.xml

Author: akarasulu
Date: Sat Jun  7 01:37:47 2008
New Revision: 664299

URL: http://svn.apache.org/viewvc?rev=664299&view=rev
Log:
copying old protocol-ldap module to start new one from copy

Added:
    directory/apacheds/branches/bigbang/protocol-newldap/
      - copied from r664298, directory/apacheds/branches/bigbang/protocol-ldap/
Modified:
    directory/apacheds/branches/bigbang/pom.xml
    directory/apacheds/branches/bigbang/protocol-newldap/pom.xml

Modified: directory/apacheds/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/pom.xml?rev=664299&r1=664298&r2=664299&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/pom.xml (original)
+++ directory/apacheds/branches/bigbang/pom.xml Sat Jun  7 01:37:47 2008
@@ -358,6 +358,7 @@
     <module>protocol-shared</module>
     <module>protocol-ntp</module>
     <module>protocol-ldap</module>
+    <module>protocol-newldap</module>
     <module>protocol-kerberos</module>
     <module>protocol-dhcp</module>
     <module>protocol-dns</module>

Modified: directory/apacheds/branches/bigbang/protocol-newldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-newldap/pom.xml?rev=664299&r1=664298&r2=664299&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-newldap/pom.xml (original)
+++ directory/apacheds/branches/bigbang/protocol-newldap/pom.xml Sat Jun  7 01:37:47 2008
@@ -26,7 +26,7 @@
     <artifactId>apacheds-parent</artifactId>
     <version>1.5.4-SNAPSHOT</version>
   </parent>
-  <artifactId>apacheds-protocol-ldap</artifactId>
+  <artifactId>apacheds-protocol-newldap</artifactId>
 
   <description>
     The LDAPv3 protocol provider for ApacheDS