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 2007/10/15 02:49:26 UTC

svn commit: r584648 - /directory/apacheds/branches/bigbang-with-dependencies/pom.xml

Author: akarasulu
Date: Sun Oct 14 17:49:26 2007
New Revision: 584648

URL: http://svn.apache.org/viewvc?rev=584648&view=rev
Log:
module order seems to affect the build preventing breakage for TLP project

Modified:
    directory/apacheds/branches/bigbang-with-dependencies/pom.xml

Modified: directory/apacheds/branches/bigbang-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang-with-dependencies/pom.xml?rev=584648&r1=584647&r2=584648&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang-with-dependencies/pom.xml (original)
+++ directory/apacheds/branches/bigbang-with-dependencies/pom.xml Sun Oct 14 17:49:26 2007
@@ -8,10 +8,10 @@
   <inceptionYear>2004</inceptionYear>
   <packaging>pom</packaging>
   <modules>
+    <module>project</module>
     <module>apacheds</module>
     <module>shared</module>
     <module>daemon</module>
-    <module>project</module>
     <module>installers</module>
   </modules>
 </project>