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 2009/08/29 01:29:15 UTC

svn commit: r809061 - in /directory/shared/branches/shared-schema: client-api/ convert/ ldap-client-api/ ldap-convert/ pom.xml

Author: akarasulu
Date: Fri Aug 28 23:29:14 2009
New Revision: 809061

URL: http://svn.apache.org/viewvc?rev=809061&view=rev
Log:
renaming convert->ldap-convert and client-api->ldap-client-api

Added:
    directory/shared/branches/shared-schema/ldap-client-api/
      - copied from r809060, directory/shared/branches/shared-schema/client-api/
    directory/shared/branches/shared-schema/ldap-convert/
      - copied from r809060, directory/shared/branches/shared-schema/convert/
Removed:
    directory/shared/branches/shared-schema/client-api/
    directory/shared/branches/shared-schema/convert/
Modified:
    directory/shared/branches/shared-schema/pom.xml

Modified: directory/shared/branches/shared-schema/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/pom.xml?rev=809061&r1=809060&r2=809061&view=diff
==============================================================================
--- directory/shared/branches/shared-schema/pom.xml (original)
+++ directory/shared/branches/shared-schema/pom.xml Fri Aug 28 23:29:14 2009
@@ -56,8 +56,8 @@
     <module>ldap-schema</module>
     <module>ldap-schema-loader</module>
     <module>asn1-codec</module>
-    <module>convert</module>
-    <module>client-api</module>
+    <module>ldap-convert</module>
+    <module>ldap-client-api</module>
     <module>cursor</module>
     <module>dsml-parser</module>
   </modules>