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 13:51:55 UTC

svn commit: r1861132 - in /gump/metadata: profile/gump.xml project/commons-jxpath.xml project/commons-proper.xml

Author: markt
Date: Wed Jun 12 13:51:55 2019
New Revision: 1861132

URL: http://svn.apache.org/viewvc?rev=1861132&view=rev
Log:
First pass at getting Commons-JXPath working with git

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1861132&r1=1861131&r2=1861132&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Jun 12 13:51:55 2019
@@ -41,13 +41,15 @@
   <module href="project/commons-daemon.xml"/>
   <module href="project/commons-dbcp-1.x.xml" />
   <module href="project/commons-digester-2.x.xml"/>
+  <module href="project/commons-httpclient.xml"/>
   <module href="project/commons-io.xml"/>
+  <module href="project/commons-jxpath.xml"/>
   <module href="project/commons-lang-2.x.xml"/>
   <module href="project/commons-lang-trunk.xml"/>
+  <module href="project/commons-logging.xml"/>
   <module href="project/commons-math-3.x.xml"/>
   <module href="project/commons-net.xml"/>
   <module href="project/commons-pool-1.x.xml"/>
-  <module href="project/commons-httpclient.xml"/>
 
 <!-- Apache Creadur -->
 

Added: gump/metadata/project/commons-jxpath.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-jxpath.xml?rev=1861132&view=auto
==============================================================================
--- gump/metadata/project/commons-jxpath.xml (added)
+++ gump/metadata/project/commons-jxpath.xml Wed Jun 12 13:51:55 2019
@@ -0,0 +1,39 @@
+<?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-jxpath.git"/>
+
+  <project name="commons-jxpath" groupId="commons-jxpath">
+    <package>org.apache.commons.jxpath</package>
+    <description>XPath traversal of JavaBeans</description>
+    <mvn3>
+      <property name="skipTests" value="true"/>
+    </mvn3>
+    <option project="ant"/>
+    <option project="commons-beanutils"/>
+    <option project="junit"/>
+    <jar name="commons-jxpath-*[0-9T].jar"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/commons-jxpath.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=1861132&r1=1861131&r2=1861132&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Jun 12 13:51:55 2019
@@ -62,20 +62,6 @@
     <jar name="exec/target/commons-exec-*[0-9T].jar"/>
   </project>
 
-  <project name="commons-jxpath" groupId="commons-jxpath">
-    <git repository="asf-gitbox" dir="/commons-jxpath.git"/>
-    <package>org.apache.commons.jxpath</package>
-    <description>XPath traversal of JavaBeans</description>
-    <mvn3 basedir="jxpath">
-      <property name="skipTests" value="true"/>
-    </mvn3>
-    <option project="ant"/>
-    <option project="commons-beanutils"/>
-    <option project="junit"/>
-    <home nested="jxpath/target"/>
-    <jar name="commons-jxpath-*[0-9T].jar"/>
-  </project>
-
   <project name="commons-validator" groupId="commons-validator">
     <git repository="asf-gitbox" dir="/commons-validator.git"/>
     <package>org.apache.commons.validator</package>