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 2010/01/04 03:10:26 UTC

svn commit: r895533 - /directory/shared/branches/shared-schema/pom.xml

Author: akarasulu
Date: Mon Jan  4 02:10:26 2010
New Revision: 895533

URL: http://svn.apache.org/viewvc?rev=895533&view=rev
Log:
adding new dao project - keep it separate for now to avoid problems

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=895533&r1=895532&r2=895533&view=diff
==============================================================================
--- directory/shared/branches/shared-schema/pom.xml (original)
+++ directory/shared/branches/shared-schema/pom.xml Mon Jan  4 02:10:26 2010
@@ -56,6 +56,7 @@
     <module>ldap-constants</module>
     <module>ldap-schema</module>
     <module>ldap-schema-loader</module>
+    <module>ldap-schema-dao</module>
     <module>ldap-schema-manager</module>
     <module>asn1-codec</module>
     <module>ldap-convert</module>