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

svn commit: r952878 - in /gump/metadata: profile/gump.xml project/directory-junit-addon.xml project/directory-shared.xml

Author: billbarker
Date: Wed Jun  9 01:43:15 2010
New Revision: 952878

URL: http://svn.apache.org/viewvc?rev=952878&view=rev
Log:
add project for directory-shared

Added:
    gump/metadata/project/directory-junit-addon.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/directory-shared.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=952878&r1=952877&r2=952878&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Jun  9 01:43:15 2010
@@ -91,6 +91,7 @@
   <module href="project/directory-clients.xml"/>
   <module href="project/directory-daemon.xml"/>
   <module href="project/directory-shared.xml"/>
+  <module href="project/directory-junit-addon.xml"/>
 
 <!-- Mina -->
   <module href="project/mina.xml"/>

Added: gump/metadata/project/directory-junit-addon.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-junit-addon.xml?rev=952878&view=auto
==============================================================================
--- gump/metadata/project/directory-junit-addon.xml (added)
+++ gump/metadata/project/directory-junit-addon.xml Wed Jun  9 01:43:15 2010
@@ -0,0 +1,34 @@
+<?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-junit-addons" groupId="org.apache.directory.junit">
+  <description>Junit Apache Directory Libraries</description>
+  <url href="http://directory.apache.org/"/>
+
+  <svn repository="asf" dir="directory/buildtools/trunk/junit-addons" />
+
+  <project name="directory-junit-addons">
+     <mvn goal="install" />
+    
+     <option project="junit">
+     <jar name="target/junit-addons-*[0-9T].jar" id="junit-addons" />
+  </project>
+</module>

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

Modified: gump/metadata/project/directory-shared.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-shared.xml?rev=952878&r1=952877&r2=952878&view=diff
==============================================================================
--- gump/metadata/project/directory-shared.xml (original)
+++ gump/metadata/project/directory-shared.xml Wed Jun  9 01:43:15 2010
@@ -56,6 +56,7 @@
     <option project="shared-i18n"/>
     <option project="commons-lang3"/>
     <option project="commons-collections"/>
+    <option project="directory-junit-addons"/>
 
     <home nested="asn1"/>
     <jar name="target/shared-asn1-*[0-9T].jar"/>
@@ -67,6 +68,7 @@
     <depend project="shared-parent"/>
     <option project="shared-i18n"/>
     <option project="shared-asn1"/>
+    <option project="directory-junit-addons"/>
 
     <home nested="asn1-codec"/>
     <jar name="target/shared-asn1-codec-*[0-9T].jar"/>
@@ -77,6 +79,7 @@
 
     <depend project="shared-parent"/>
     <option project="shared-i18n"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="cursor/target/shared-cursor-*[0-9T].jar"/>
   </project>
@@ -89,6 +92,7 @@
     <option project="shared-i18n"/>
     <option project="shared-ldap"/>
     <option project="shared-ldif"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="dsml-parser/target/shared-dsml-parser-*[0-9T].jar"/>
   </project>
@@ -112,6 +116,7 @@
     <option project="mina"/>
     <option project="slf4j"/>
     <option project="xpp"/>
+    <option project="directory-junit-addons"/>
 
     <!-- needed since mvn is going to download it -->
     <option project="velocity-engine"/>
@@ -124,6 +129,7 @@
     <option project="shared-asn1"/>
     <option project="shared-i18n"/>
     <option project="shared-ldap-constants"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="ldap/target/shared-ldap-*[0-9T].jar"/>
   </project>
@@ -139,6 +145,7 @@
     <depend project="shared-parent"/>
     <option project="shared-asn1"/>
     <option project="shared-i18n"/>
+    <option project="directory-junit-addons"/>
 
     <home nested="ldap-constants" />
     <jar name="target/shared-ldap-constants-*[0-9T].jar"/>
@@ -152,6 +159,7 @@
     <option project="shared-i18n"/>
     <option project="shared-ldap"/>
     <option project="shared-ldif"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="ldap-convert/target/shared-ldap-converter-*[0-9T].jar"/>
   </project>
@@ -161,6 +169,7 @@
 
     <depend project="shared-parent"/>
     <option project="shared-ldap"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="ldap-jndi/target/shared-ldap-jndi-*[0-9T].jar"/>
   </project>
@@ -172,6 +181,7 @@
     <option project="shared-asn1"/>
     <option project="shared-i18n"/>
     <option project="shared-ldap"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="ldap-ldif/target/shared-ldif-*[0-9T].jar"/>
   </project>
@@ -184,6 +194,7 @@
     <option project="shared-i18n"/>
     <option project="shared-ldap"/>
     <option project="shared-ldif"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="ldap-schema/target/shared-ldap-schema-*[0-9T].jar"/>
   </project>
@@ -196,6 +207,7 @@
     <option project="shared-ldap"/>
     <option project="shared-ldap-schema"/>
     <option project="shared-ldif"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="ldap-schema-loader/target/shared-ldap-schema-loader-*[0-9T].jar"/>
   </project>
@@ -208,6 +220,7 @@
     <option project="shared-ldap"/>
     <option project="shared-ldap-schema"/>
     <option project="shared-ldap-schema-loader"/>
+    <option project="directory-junit-addons"/>
 
     <jar name="ldap-schema-manager/target/shared-ldap-schema-manager-*[0-9T].jar"/>
   </project>