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/14 15:10:03 UTC

svn commit: r944243 - in /gump/metadata: profile/gump.xml project/directory-apacheds.xml project/directory-clients.xml

Author: bodewig
Date: Fri May 14 13:10:03 2010
New Revision: 944243

URL: http://svn.apache.org/viewvc?rev=944243&view=rev
Log:
Add LDAP client API

Added:
    gump/metadata/project/directory-clients.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=944243&r1=944242&r2=944243&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri May 14 13:10:03 2010
@@ -88,6 +88,7 @@
 
 <!-- Apache.Directory -->
   <module href="project/directory-apacheds.xml"/>
+  <module href="project/directory-clients.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=944243&r1=944242&r2=944243&view=diff
==============================================================================
--- gump/metadata/project/directory-apacheds.xml (original)
+++ gump/metadata/project/directory-apacheds.xml Fri May 14 13:10:03 2010
@@ -118,6 +118,7 @@
     <option project="commons-collections"/>
     <option project="commons-io"/>
     <option project="commons-lang3"/>
+    <option project="ldap-client-api"/>
   </project>
 
   <project name="apacheds-core-avl">

Added: gump/metadata/project/directory-clients.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-clients.xml?rev=944243&view=auto
==============================================================================
--- gump/metadata/project/directory-clients.xml (added)
+++ gump/metadata/project/directory-clients.xml Fri May 14 13:10:03 2010
@@ -0,0 +1,46 @@
+<?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-clients">
+  <description>Apache Directory Client Libraries</description>
+  <url href="http://directory.apache.org/"/>
+
+  <svn repository="asf" dir="directory/clients" />
+
+  <project name="ldap-client" groupId="org.apache.directory.client.ldap">
+    <jar name="ldap/trunk/pom.xml"/>
+  </project>
+
+  <project name="ldap-client-api" groupId="org.apache.directory.client.ldap">
+    <mvn goal="install" basedir="ldap/trunk/ldap-client-api"/>
+
+    <depend project="ldap-client"/>
+    <option project="commons-io"/>
+    <option project="commons-pool"/>
+    <option project="junit"/>
+    <option project="logging-log4j12"/>
+    <option project="mina"/>
+    <option project="shared-all"/>
+    <option project="slf4j"/>
+    <jar name="ldap/trunk/ldap-client-api/target/ldap-client-api-*[0-9T].jar"/>
+  </project>
+
+</module>

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