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 2020/04/28 18:20:14 UTC

svn commit: r1877137 - in /gump/metadata: profile/gump.xml project/tomcat-taglibs-parent.xml project/tomcat-taglibs.xml

Author: markt
Date: Tue Apr 28 18:20:14 2020
New Revision: 1877137

URL: http://svn.apache.org/viewvc?rev=1877137&view=rev
Log:
First attempt to update taglibs after migration to git

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1877137&r1=1877136&r2=1877137&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Apr 28 18:20:14 2020
@@ -63,6 +63,7 @@
   <module href="project/jakarta-servletapi-5.xml"/>
   <module href="project/tomcat-connectors-native.xml" />
   <module href="project/tomcat-taglibs.xml"/>
+  <module href="project/tomcat-taglibs-parent.xml"/>
   <module href="project/tomcat-tc7.xml" />
   <module href="project/tomcat-tc8.xml" />
   <module href="project/tomcat-tc9.xml" />

Added: gump/metadata/project/tomcat-taglibs-parent.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-taglibs-parent.xml?rev=1877137&view=auto
==============================================================================
--- gump/metadata/project/tomcat-taglibs-parent.xml (added)
+++ gump/metadata/project/tomcat-taglibs-parent.xml Tue Apr 28 18:20:14 2020
@@ -0,0 +1,36 @@
+<?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-taglibs-parent" groupId="org.apache.taglibs">
+
+  <url href="http://tomcat.apache.org/taglibs/index.html"/>
+  <description>
+    JSP Taglibs Parent
+  </description>
+
+  <git repository="asf-gitbox" dir="/tomcat-taglibs-parent.git" branch="master"/>
+
+  <project name="taglibs-parent">
+    <description>Taglib Parent POM</description>
+    <mvn3 goal="install"/>
+    <option project="commons-collections"/>
+    <option project="commons-io"/>
+    <pom name="pom.xml"/>
+    <nag to="dev@tomcat.apache.org" from="Gump &lt;bayard@apache.org&gt;"/>
+  </project>
+
+</module>

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

Modified: gump/metadata/project/tomcat-taglibs.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-taglibs.xml?rev=1877137&r1=1877136&r2=1877137&view=diff
==============================================================================
--- gump/metadata/project/tomcat-taglibs.xml (original)
+++ gump/metadata/project/tomcat-taglibs.xml Tue Apr 28 18:20:14 2020
@@ -22,24 +22,14 @@
     JSP Taglibs
   </description>
 
-  <svn repository="asf" dir="tomcat/taglibs/trunks"/>
-
-  <!-- Parent POM -->
-  <project name="taglibs-parent">
-    <description>Taglib Parent POM</description>
-    <mvn3 basedir="taglibs-parent" goal="install"/>
-    <option project="commons-collections"/>
-    <option project="commons-io"/>
-    <pom name="taglibs-parent/pom.xml"/>
-    <nag to="dev@tomcat.apache.org" from="Gump &lt;bayard@apache.org&gt;"/>
-  </project>
+  <git repository="asf-gitbox" dir="/tomcat-taglibs-standard.git" branch="master"/>
 
   <project name="taglibs-standard-spec">
-    <mvn3 basedir="standard/spec" goal="install"/>
+    <mvn3 basedir="spec" goal="install"/>
     <depend project="taglibs-parent"/>
     <option project="easymock"/>
     <option project="hamcrest-java"/>
-    <home nested="standard/spec/target"/>
+    <home nested="spec/target"/>
     <jar name="taglibs-standard-spec-*[0-9T].jar"/>
     <nag to="dev@tomcat.apache.org" from="Gump &lt;bayard@apache.org&gt;"/>
   </project>