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/02/25 21:01:11 UTC

svn commit: r1886934 - in /gump/metadata: profile/gump.xml project/tomcat-migration.xml project/tomcat-trunk.xml

Author: markt
Date: Thu Feb 25 21:01:10 2021
New Revision: 1886934

URL: http://svn.apache.org/viewvc?rev=1886934&view=rev
Log:
First attempt at adding Tomcat migration tool module

Added:
    gump/metadata/project/tomcat-migration.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/tomcat-trunk.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1886934&r1=1886933&r2=1886934&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Feb 25 21:01:10 2021
@@ -71,6 +71,7 @@
   <module href="project/tomcat-trunk.xml" />
   <module href="project/tomcat-native-1.2-1.1.1.xml"/>
   <module href="project/tomcat-native-trunk.xml"/>
+  <module href="project/tomcat-migration.xml" />
 
 <!-- Apache.XML -->
 

Added: gump/metadata/project/tomcat-migration.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-migration.xml?rev=1886934&view=auto
==============================================================================
--- gump/metadata/project/tomcat-migration.xml (added)
+++ gump/metadata/project/tomcat-migration.xml Thu Feb 25 21:01:10 2021
@@ -0,0 +1,41 @@
+<?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="tomcat-migration">
+
+  <url href="http://tomcat.apache.org/"/>
+  <description>
+    Apache Tomcat
+  </description>
+
+  <git repository="asf-gitbox" dir="/tomcat-jakartaee-migration.git"/>
+
+  <project name="tomcat-migration">
+    <package>org.apache.tomcat.jakartaee</package>
+    <description>Apache Tomcat migration tool for Jakarta EE</description>
+    
+    <mvn3 goal="package">
+      <property name="skipTests" value="true"/>
+    </mvn3>
+    <depend project="bcel"/>
+    <depend project="commons-compress"/>
+    <depend project="commons-io"/>
+    
+    <jar name="target/jakartaee-migration-*[0-9T]-shaded.jar" id="migration-shaded"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/tomcat-migration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/metadata/project/tomcat-trunk.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-trunk.xml?rev=1886934&r1=1886933&r2=1886934&view=diff
==============================================================================
--- gump/metadata/project/tomcat-trunk.xml (original)
+++ gump/metadata/project/tomcat-trunk.xml Thu Feb 25 21:01:10 2021
@@ -37,6 +37,8 @@
       <depend property="wsdl4j-lib.jar" project="wsdl4j" id="wsdl4j" />
       <depend property="commons-daemon.jar" project="commons-daemon" 
               id="commons-daemon" />
+      <depend property="migration-lib.jar" project="tomcat-migration" 
+              id="migration-shaded" />
       <depend property="bnd.jar" project="bnd" id="bnd" />
       <property name="junit.jar" project="junit" reference="jarpath" id="junit" />
       <property name="base.path" path="tomcat-build-libs"/>