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/02 06:39:09 UTC

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

Author: akarasulu
Date: Mon Oct  1 21:39:05 2007
New Revision: 581134

URL: http://svn.apache.org/viewvc?rev=581134&view=rev
Log:
make sure we build the project and the installers from now on

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=581134&r1=581133&r2=581134&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang-with-dependencies/pom.xml (original)
+++ directory/apacheds/branches/bigbang-with-dependencies/pom.xml Mon Oct  1 21:39:05 2007
@@ -11,5 +11,7 @@
     <module>apacheds</module>
     <module>shared</module>
     <module>daemon</module>
+    <module>project</module>
+    <module>installers</module>
   </modules>
 </project>