You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2015/04/24 06:31:06 UTC

svn commit: r1675772 - in /gump/metadata/project: checkstyle.xml tomcat-tc7.xml tomcat-tc8.xml tomcat-trunk.xml

Author: billbarker
Date: Fri Apr 24 04:31:05 2015
New Revision: 1675772

URL: http://svn.apache.org/r1675772
Log:
move up commons-logging to checkstyle. no functional change from before, but new projects can inherit runtime from checkstyle and just run

Modified:
    gump/metadata/project/checkstyle.xml
    gump/metadata/project/tomcat-tc7.xml
    gump/metadata/project/tomcat-tc8.xml
    gump/metadata/project/tomcat-trunk.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1675772&r1=1675771&r2=1675772&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Fri Apr 24 04:31:05 2015
@@ -39,6 +39,7 @@
     <option project="commons-cli" runtime="true"/>
     <option project="commons-exec"/>
     <option project="commons-lang3" runtime="true"/>
+    <option project="commons-logging" runtime="true"/>
     <option project="commons-validator"/>
     <option project="google-guava" runtime="true"/>
     <option project="junit"/>

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1675772&r1=1675771&r2=1675772&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Fri Apr 24 04:31:05 2015
@@ -253,7 +253,6 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="checkstyle" inherit="runtime"/>
-   <depend project="commons-logging" />
 
    <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />

Modified: gump/metadata/project/tomcat-tc8.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc8.xml?rev=1675772&r1=1675771&r2=1675772&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc8.xml (original)
+++ gump/metadata/project/tomcat-tc8.xml Fri Apr 24 04:31:05 2015
@@ -260,7 +260,6 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="checkstyle" inherit="runtime"/>
-   <depend project="commons-logging" />
 
    <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />

Modified: gump/metadata/project/tomcat-trunk.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-trunk.xml?rev=1675772&r1=1675771&r2=1675772&view=diff
==============================================================================
--- gump/metadata/project/tomcat-trunk.xml (original)
+++ gump/metadata/project/tomcat-trunk.xml Fri Apr 24 04:31:05 2015
@@ -216,7 +216,6 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="checkstyle" inherit="runtime"/>
-   <depend project="commons-logging" />
 
    <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />