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/05/17 09:12:30 UTC

svn commit: r944994 - in /gump/metadata: profile/gump.xml project/directory-apacheds.xml project/directory-daemon.xml

Author: bodewig
Date: Mon May 17 07:12:30 2010
New Revision: 944994

URL: http://svn.apache.org/viewvc?rev=944994&view=rev
Log:
add directory-daemon-bootstrappers

Added:
    gump/metadata/project/directory-daemon.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/directory-apacheds.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=944994&r1=944993&r2=944994&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon May 17 07:12:30 2010
@@ -89,6 +89,7 @@
 <!-- Apache.Directory -->
   <module href="project/directory-apacheds.xml"/>
   <module href="project/directory-clients.xml"/>
+  <module href="project/directory-daemon.xml"/>
   <module href="project/directory-shared.xml"/>
 
 <!-- Mina -->

Modified: gump/metadata/project/directory-apacheds.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-apacheds.xml?rev=944994&r1=944993&r2=944994&view=diff
==============================================================================
--- gump/metadata/project/directory-apacheds.xml (original)
+++ gump/metadata/project/directory-apacheds.xml Mon May 17 07:12:30 2010
@@ -428,6 +428,7 @@
     <option project="apacheds-server-xml"/>
     <option project="commons-cli"/>
     <option project="commons-lang3"/>
+    <option project="daemon-bootstrappers"/>
     <option project="logging-log4j-12"/>
     <option project="slf4j"/>
   </project>

Added: gump/metadata/project/directory-daemon.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-daemon.xml?rev=944994&view=auto
==============================================================================
--- gump/metadata/project/directory-daemon.xml (added)
+++ gump/metadata/project/directory-daemon.xml Mon May 17 07:12:30 2010
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+
+<module name="directory-daemon" groupId="org.apache.directory.daemon">
+  <description>Apache Directory Daemon</description>
+  <url href="http://directory.apache.org/"/>
+
+  <svn repository="asf" dir="directory/daemon/trunk" />
+
+  <project name="daemon-parent">
+    <jar name="pom.xml"/>
+  </project>
+
+  <project name="daemon-bootstrappers">
+    <mvn goal="install" basedir="bootstrappers"/>
+
+    <depend project="daemon-parent"/>
+    <option project="commons-daemon"/>
+    <option project="java-service-wrapper"/>
+    <option project="junit"/>
+    <option project="slf4j"/>
+    <!-- required in order to have all mvn dependencies around -->
+    <option project="velocity-engine"/>
+    <jar name="bootstrappers/target/daemon-bootstrappers-*[0-9T].jar"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/directory-daemon.xml
------------------------------------------------------------------------------
    svn:eol-style = native