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 10:57:36 UTC

svn commit: r1861107 - in /gump/metadata: profile/gump.xml project/commons-net.xml project/commons-proper.xml

Author: markt
Date: Wed Jun 12 10:57:36 2019
New Revision: 1861107

URL: http://svn.apache.org/viewvc?rev=1861107&view=rev
Log:
First attempt to get Commons Net working with git

Added:
    gump/metadata/project/commons-net.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=1861107&r1=1861106&r2=1861107&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Jun 12 10:57:36 2019
@@ -45,6 +45,7 @@
   <module href="project/commons-lang-2.x.xml"/>
   <module href="project/commons-lang-trunk.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"/>
 

Added: gump/metadata/project/commons-net.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-net.xml?rev=1861107&view=auto
==============================================================================
--- gump/metadata/project/commons-net.xml (added)
+++ gump/metadata/project/commons-net.xml Wed Jun 12 10:57:36 2019
@@ -0,0 +1,38 @@
+<?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="commons-net">
+
+  <url href="http://commons.apache.org/net"/>
+  <description>
+    Apache Commons Net
+  </description>
+
+  <project name="commons-net" groupId="commons-net">
+    <git repository="asf-gitbox" dir="/commons-net.git"/>
+    <package>org.apache.commons.net</package>
+    <description>Commons Net</description>
+    <mvn3>
+      <property name="skipTests" value="true"/>
+    </mvn3>
+    <option project="junit"/>
+
+    <jar name="target/commons-net-[0-9T]*[0-9T].jar" id="commons-net"/>
+    <jar name="target/commons-net-ftp-*[0-9T].jar" id="commons-net-ftp"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/commons-net.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=1861107&r1=1861106&r2=1861107&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Jun 12 10:57:36 2019
@@ -128,20 +128,6 @@
     <jar name="commons-logging-api-@@DATE@@.jar" id="commons-logging-api" />
   </project>
 
-  <project name="commons-net" groupId="commons-net">
-    <git repository="asf-gitbox" dir="/commons-net.git"/>
-    <package>org.apache.commons.net</package>
-    <description>Commons Net</description>
-    <mvn3 basedir="net">
-      <property name="skipTests" value="true"/>
-    </mvn3>
-    <option project="junit"/>
-
-    <jar name="net/target/commons-net-[0-9T]*[0-9T].jar" id="commons-net"/>
-    <jar name="net/target/commons-net-ftp-*[0-9T].jar"
-         id="commons-net-ftp"/>
-  </project>
-
   <project name="commons-validator" groupId="commons-validator">
     <git repository="asf-gitbox" dir="/commons-validator.git"/>
     <package>org.apache.commons.validator</package>