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/04/23 19:05:07 UTC

svn commit: r937380 - /directory/clients/ldap/trunk/pom.xml

Author: elecharny
Date: Fri Apr 23 17:05:06 2010
New Revision: 937380

URL: http://svn.apache.org/viewvc?rev=937380&view=rev
Log:
Moved the client api test project to apacheds to remove a cyclic dependency

Modified:
    directory/clients/ldap/trunk/pom.xml

Modified: directory/clients/ldap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/clients/ldap/trunk/pom.xml?rev=937380&r1=937379&r2=937380&view=diff
==============================================================================
--- directory/clients/ldap/trunk/pom.xml (original)
+++ directory/clients/ldap/trunk/pom.xml Fri Apr 23 17:05:06 2010
@@ -141,7 +141,6 @@
 
   <modules>
     <module>ldap-client-api</module>
-    <module>ldap-client-test</module>
   </modules>
 
   <build>