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 2018/09/12 10:33:47 UTC

svn commit: r1840654 - /gump/metadata/project/tomcat-tc8.xml

Author: markt
Date: Wed Sep 12 10:33:46 2018
New Revision: 1840654

URL: http://svn.apache.org/viewvc?rev=1840654&view=rev
Log:
Switch Gump to building 8.5.x rather than 8.0.x

Modified:
    gump/metadata/project/tomcat-tc8.xml

Modified: gump/metadata/project/tomcat-tc8.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc8.xml?rev=1840654&r1=1840653&r2=1840654&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc8.xml (original)
+++ gump/metadata/project/tomcat-tc8.xml Wed Sep 12 10:33:46 2018
@@ -17,7 +17,7 @@
 -->
 
 
-<module name="tomcat-8.0.x">
+<module name="tomcat-8.5.x">
 
   <description>
     Tomcat 8.x, a web server implementing the Java Servlet 3.1,
@@ -26,9 +26,9 @@
   </description>
   <url href="http://tomcat.apache.org/index.html"/>
 
-  <svn repository="asf" dir="tomcat/tc8.0.x/trunk"/>
+  <svn repository="asf" dir="tomcat/tc8.5.x/trunk"/>
 
-  <project name="tomcat-tc8.0.x">
+  <project name="tomcat-tc8.5.x">
     <package>org.apache.catalina</package>
     <ant>
       <depend property="jdt.jar" project="eclipse" id="jdtcore" />
@@ -42,8 +42,8 @@
     <option project="junit" />
     <!-- These option elements make both *-validate projects to run before
       this project. Their result is not used here, so noclasspath. -->
-    <option project="tomcat-tc8.0.x-validate"><noclasspath/></option>
-    <option project="tomcat-tc8.0.x-validate-eoln"><noclasspath/></option>
+    <option project="tomcat-tc8.5.x-validate"><noclasspath/></option>
+    <option project="tomcat-tc8.5.x-validate-eoln"><noclasspath/></option>
     <mkdir dir="tomcat-deps" />
     <work nested="output/classes" />
 
@@ -76,7 +76,7 @@
          from="Bill Barker &lt;billbarker@apache.org&gt;" />
   </project>
 
- <project name="tomcat-tc8.0.x-test-bio">
+ <project name="tomcat-tc8.5.x-test-bio">
    <package>org.apache.catalina</package>
    <ant target="test">
       <depend property="jdt.jar" project="eclipse" id="jdtcore" />
@@ -104,7 +104,7 @@
     </ant>
 
    <depend project="ant" inherit="runtime" />
-   <depend project="tomcat-tc8.0.x"/>
+   <depend project="tomcat-tc8.5.x"/>
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -117,7 +117,7 @@
    <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />
  </project>
- <project name="tomcat-tc8.0.x-test-nio">
+ <project name="tomcat-tc8.5.x-test-nio">
    <package>org.apache.catalina</package>
    <ant target="test">
       <depend property="jdt.jar" project="eclipse" id="jdtcore" />
@@ -145,7 +145,7 @@
     </ant>
 
    <depend project="ant" inherit="runtime" />
-   <depend project="tomcat-tc8.0.x"/>
+   <depend project="tomcat-tc8.5.x"/>
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -158,7 +158,7 @@
    <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />
  </project>
- <project name="tomcat-tc8.0.x-test-nio2">
+ <project name="tomcat-tc8.5.x-test-nio2">
    <package>org.apache.catalina</package>
    <ant target="test">
       <depend property="jdt.jar" project="eclipse" id="jdtcore" />
@@ -186,7 +186,7 @@
     </ant>
 
    <depend project="ant" inherit="runtime" />
-   <depend project="tomcat-tc8.0.x"/>
+   <depend project="tomcat-tc8.5.x"/>
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -199,7 +199,7 @@
    <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />
  </project>
- <project name="tomcat-tc8.0.x-test-apr">
+ <project name="tomcat-tc8.5.x-test-apr">
    <package>org.apache.catalina</package>
    <ant target="test">
       <depend property="jdt.jar" project="eclipse" id="jdtcore" />
@@ -229,7 +229,7 @@
     </ant>
 
    <depend project="ant" inherit="runtime" />
-   <depend project="tomcat-tc8.0.x"/>
+   <depend project="tomcat-tc8.5.x"/>
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -243,7 +243,7 @@
          from="Bill Barker &lt;billbarker@apache.org&gt;" />
  </project>
 
- <project name="tomcat-tc8.0.x-validate">
+ <project name="tomcat-tc8.5.x-validate">
    <package>org.apache.catalina</package>
    <ant target="validate">
       <property name="checkstyle.jar" project="checkstyle"
@@ -259,7 +259,7 @@
          from="Bill Barker &lt;billbarker@apache.org&gt;" />
  </project>
 
-  <project name="tomcat-tc8.0.x-validate-eoln">
+  <project name="tomcat-tc8.5.x-validate-eoln">
     <package>org.apache.catalina</package>
     <ant target="validate-eoln" />
     <depend project="ant" inherit="runtime" />