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 2021/08/24 10:01:10 UTC

svn commit: r1892566 - in /gump/metadata: profile/gump.xml project/ant-contrib.xml project/commons-bcel.xml project/tomcat-migration.xml

Author: markt
Date: Tue Aug 24 10:01:10 2021
New Revision: 1892566

URL: http://svn.apache.org/viewvc?rev=1892566&view=rev
Log:
Remove ant-contrib. Since this provided BCEL, place that with standard project built from source.

Added:
    gump/metadata/project/commons-bcel.xml   (with props)
Removed:
    gump/metadata/project/ant-contrib.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/tomcat-migration.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1892566&r1=1892565&r2=1892566&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Aug 24 10:01:10 2021
@@ -29,6 +29,7 @@
 <!-- Apache.Commons -->
   <module href="project/jakarta-bsf.xml"/>
   <module href="project/commons-beanutils.xml" />
+  <module href="project/commons-bcel.xml" />
   <module href="project/commons-cli.xml" />
   <module href="project/commons-codec-1.x.xml" />
   <module href="project/commons-collections-3.x.xml"/>
@@ -79,7 +80,6 @@
 
 <!-- SourceForge -->
 
-  <module href="project/ant-contrib.xml"/>
   <module href="project/checkstyle.xml"/>
   <module href="project/cglib.xml"/>
   <module href="project/junit.xml"/>

Added: gump/metadata/project/commons-bcel.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-bcel.xml?rev=1892566&view=auto
==============================================================================
--- gump/metadata/project/commons-bcel.xml (added)
+++ gump/metadata/project/commons-bcel.xml Tue Aug 24 10:01:10 2021
@@ -0,0 +1,40 @@
+<?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-bcel">
+
+  <url href="http://commons.apache.org/index.html"/>
+  <description>
+    Apache Commons
+  </description>
+
+  <git repository="asf-gitbox" dir="/commons-bcel.git"/>
+
+  <project name="commons-bcel">
+    <package>org.apache.bcel</package>
+    <description>Commons Byte Code Engineering Library Package</description>
+    
+    <mvn3 goal="package">
+      <property name="skipTests" value="true"/>
+    </mvn3>
+    
+    <depend project="commons-lang3" />
+    <option project="junit"/>
+    <jar name="target/commons-bcel-*[0-9T].jar"/>
+  </project>
+
+</module>

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

Modified: gump/metadata/project/tomcat-migration.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-migration.xml?rev=1892566&r1=1892565&r2=1892566&view=diff
==============================================================================
--- gump/metadata/project/tomcat-migration.xml (original)
+++ gump/metadata/project/tomcat-migration.xml Tue Aug 24 10:01:10 2021
@@ -31,7 +31,7 @@
     <mvn3 goal="package">
       <property name="skipTests" value="true"/>
     </mvn3>
-    <depend project="bcel"/>
+    <depend project="commons-bcel"/>
     <depend project="commons-compress"/>
     <depend project="commons-io"/>