You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2019/06/12 07:48:10 UTC

svn commit: r1861092 - in /gump/metadata/project: commons-beanutils2.xml commons-proper.xml

Author: markt
Date: Wed Jun 12 07:48:09 2019
New Revision: 1861092

URL: http://svn.apache.org/viewvc?rev=1861092&view=rev
Log:
Try something

Added:
    gump/metadata/project/commons-beanutils2.xml   (with props)
Modified:
    gump/metadata/project/commons-proper.xml

Added: gump/metadata/project/commons-beanutils2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-beanutils2.xml?rev=1861092&view=auto
==============================================================================
--- gump/metadata/project/commons-beanutils2.xml (added)
+++ gump/metadata/project/commons-beanutils2.xml Wed Jun 12 07:48:09 2019
@@ -0,0 +1,50 @@
+<?xml version="1.0" ?>
+<!--
+  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="apache-commons" groupId="org.apache.commons">
+
+  <url href="http://commons.apache.org/index.html"/>
+  <description>
+    Apache Commons
+  </description>
+
+  <git repository="asf-gitbox" dir="/commons-beanutils.git"/>
+
+  <project name="commons-beanutils2">
+    <package>org.apache.commons.beanutils2</package>
+    <description>Bean Utilities</description>
+    <url href="http://commons.apache.org/beanutils/"/>
+    <ant target="jar">
+      <property name="component.version" value="@@DATE@@" />
+      <property name="junit.home" reference="home" project="junit"/>
+    </ant>
+    <depend project="ant" inherit="runtime"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+    <depend project="commons-logging" runtime="true"/>
+    <depend project="commons-collections4"/>
+    <depend project="junit"/>
+    <work nested="target/classes"/>
+    <jar name="dist/commons-beanutils-@@DATE@@.jar" id="commons-beanutils2"/>
+    <!-- Try to fix missing FastHashMap problem, see: 
+    http://mail-archives.apache.org/mod_mbox/gump-general/201009.mbox/<87...@v35516.1blu.de> 
+    -->
+    <pom name="pom.xml"/>
+    <license name="LICENSE.txt"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/commons-beanutils2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1861092&r1=1861091&r2=1861092&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Jun 12 07:48:09 2019
@@ -22,31 +22,6 @@
     Apache Commons
   </description>
 
-  <project name="commons-beanutils2">
-    <git repository="asf-gitbox" dir="/commons-beanutils.git"/>
-    <package>org.apache.commons.beanutils2</package>
-    <description>Bean Utilities</description>
-    <url href="http://commons.apache.org/beanutils/"/>
-    <ant basedir="beanutils" target="jar">
-      <property name="component.version" value="@@DATE@@" />
-      <property name="junit.home" reference="home" project="junit"/>
-    </ant>
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-    <depend project="commons-logging" runtime="true"/>
-    <depend project="commons-collections4"/>
-    <depend project="junit"/>
-    <home nested="beanutils/dist"/>    
-    <work nested="beanutils/target/classes"/>
-    <jar name="commons-beanutils-@@DATE@@.jar" id="commons-beanutils2"/>
-    <!-- Try to fix missing FastHashMap problem, see: 
-    http://mail-archives.apache.org/mod_mbox/gump-general/201009.mbox/<87...@v35516.1blu.de> 
-    -->
-    <pom name="../pom.xml"/>
-    <license name="LICENSE.txt"/>
-  </project>
-  
   <project name="commons-bcel" >
     <git repository="asf-gitbox" dir="/commons-bcel.git"/>
     <package>org.apache.bcel</package>