You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/09/07 09:07:41 UTC

svn commit: r993242 - /gump/metadata/project/directory-apacheds.xml

Author: bodewig
Date: Tue Sep  7 07:07:41 2010
New Revision: 993242

URL: http://svn.apache.org/viewvc?rev=993242&view=rev
Log:
add directory-http-bridge

Modified:
    gump/metadata/project/directory-apacheds.xml

Modified: gump/metadata/project/directory-apacheds.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-apacheds.xml?rev=993242&r1=993241&r2=993242&view=diff
==============================================================================
--- gump/metadata/project/directory-apacheds.xml (original)
+++ gump/metadata/project/directory-apacheds.xml Tue Sep  7 07:07:41 2010
@@ -173,6 +173,15 @@
     <option project="apacheds-i18n"/>
   </project>
 
+  <project name="apacheds-http-directory-bridge">
+    <depend project="apacheds-parent"/>
+
+    <mvn goal="install" basedir="http-directory-bridge"/>
+    <jar name="http-directory-bridge/target/apacheds-http-directory-bridge-*[0-9T].jar"/>
+
+    <depend project="apacheds-core"/>
+  </project>
+
   <project name="apacheds-http-integration">
     <depend project="apacheds-parent"/>
 
@@ -180,6 +189,7 @@
     <jar name="http-integration/target/apacheds-http-integration-*[0-9T].jar"/>
 
     <depend project="apacheds-core-api"/>
+    <depend project="apacheds-http-directory-bridge"/>
     <option project="apacheds-i18n"/>
     <option project="org.mortbay.jetty"/>
   </project>