You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2010/04/25 15:50:45 UTC

svn commit: r937800 - /directory/apacheds/trunk-with-dependencies/pom.xml

Author: kayyagari
Date: Sun Apr 25 13:50:45 2010
New Revision: 937800

URL: http://svn.apache.org/viewvc?rev=937800&view=rev
Log:
moved the ldap-client up in build order

Modified:
    directory/apacheds/trunk-with-dependencies/pom.xml

Modified: directory/apacheds/trunk-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?rev=937800&r1=937799&r2=937800&view=diff
==============================================================================
--- directory/apacheds/trunk-with-dependencies/pom.xml (original)
+++ directory/apacheds/trunk-with-dependencies/pom.xml Sun Apr 25 13:50:45 2010
@@ -29,8 +29,8 @@
     <module>project</module>
     <module>shared</module>
     <module>daemon</module>
-    <module>apacheds</module>
     <module>ldap-client</module>
+    <module>apacheds</module>
     <module>installers</module>
     <!-- module>kerberos-client</module -->
   </modules>