You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/03/07 21:14:14 UTC

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

Author: seelmann
Date: Sun Mar  7 20:14:13 2010
New Revision: 920085

URL: http://svn.apache.org/viewvc?rev=920085&view=rev
Log:
Added installers to module section. Allows 'mvn eclipse:eclipse' to setup the installer projects so the UeberJarMain can be used for debugging within eclipse.

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=920085&r1=920084&r2=920085&view=diff
==============================================================================
--- directory/apacheds/trunk-with-dependencies/pom.xml (original)
+++ directory/apacheds/trunk-with-dependencies/pom.xml Sun Mar  7 20:14:13 2010
@@ -31,6 +31,7 @@
     <module>daemon</module>
     <module>apacheds</module>
     <module>ldap-client</module>
+    <module>installers</module>
     <!-- module>kerberos-client</module -->
   </modules>