You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2013/08/14 16:58:41 UTC

svn commit: r1513917 - in /gump/metadata/project: checkstyle.xml commons-proper.xml tomcat-tc7.xml tomcat-trunk.xml

Author: bodewig
Date: Wed Aug 14 14:58:41 2013
New Revision: 1513917

URL: http://svn.apache.org/r1513917
Log:
add all commons-stuff that used to be dependency of checkstyle

Modified:
    gump/metadata/project/checkstyle.xml
    gump/metadata/project/commons-proper.xml
    gump/metadata/project/tomcat-tc7.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=1513917&r1=1513916&r2=1513917&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Wed Aug 14 14:58:41 2013
@@ -32,6 +32,11 @@
     </mvn3>
 
     <option project="ant"/>
+    <option project="commons-beanutils"/>
+    <option project="commons-cli"/>
+    <option project="commons-exec"/>
+    <option project="commons-validator"/>
+    <option project="google-guava" />
     <option project="junit"/>
     
     <jar name="target/checkstyle-*[0-9T].jar"

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1513917&r1=1513916&r2=1513917&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Aug 14 14:58:41 2013
@@ -189,6 +189,21 @@
     <jar name="commons-el.jar"/>
   </project>
 
+  <project name="commons-exec">
+    <package>org.apache.commons.exec</package>
+    <description>Commons Exec Package</description>
+    
+    <mvn2 basedir="exec" goal="package">
+      <property name="skipTests" value="true"/>
+    </mvn2>
+    
+    <option project="bootstrap-ant"/>
+    <option project="commons-collections"/>
+    <option project="commons-lang"/>
+    <option project="junit"/>
+    <jar name="exec/target/commons-exec-*[0-9T].jar"/>
+  </project>
+
   <project name="commons-fileupload" groupId="commons-fileupload">
     <package>org.apache.commons.fileupload</package>
     <description>Commons File Upload Package</description>
@@ -338,4 +353,24 @@
     <jar name="commons-pool?-*[0-9T].jar"/>
   </project>
 
+  <project name="commons-validator" groupId="commons-validator">
+    <package>org.apache.commons.validator</package>
+    <description>Validation Framework</description>
+    <ant basedir="validator" target="dist">
+      <property name="component.version" value="@@DATE@@" />
+      <property name="skip.download" value="true" />
+    </ant>
+    <depend project="ant" inherit="runtime"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+    <depend project="junit"/>
+    <depend project="commons-beanutils"/>
+    <depend project="commons-collections"/>
+    <depend project="commons-digester"/>
+    <depend project="commons-logging"/>
+    <depend project="oro"/>
+    <home nested="validator/dist"/>
+    <jar name="commons-validator-@@DATE@@.jar"/>
+  </project>
+
 </module>

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1513917&r1=1513916&r2=1513917&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Wed Aug 14 14:58:41 2013
@@ -152,10 +152,13 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="antlr" />
-   <depend project="checkstyle" runtime="true" inherit="hard"/>
+   <depend project="checkstyle"/>
    <depend project="commons-beanutils" />
+   <depend project="commons-cli"/>
    <depend project="commons-collections" />
+   <depend project="commons-exec"/>
    <depend project="commons-logging" />
+   <depend project="commons-validator" />
    <depend project="google-guava"/>
    <!-- depend project="emma" / -->
    <!--

Modified: gump/metadata/project/tomcat-trunk.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-trunk.xml?rev=1513917&r1=1513916&r2=1513917&view=diff
==============================================================================
--- gump/metadata/project/tomcat-trunk.xml (original)
+++ gump/metadata/project/tomcat-trunk.xml Wed Aug 14 14:58:41 2013
@@ -127,10 +127,13 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="antlr" />
-   <depend project="checkstyle" runtime="true" inherit="hard"/>
+   <depend project="checkstyle"/>
    <depend project="commons-beanutils" />
+   <depend project="commons-cli"/>
    <depend project="commons-collections" />
+   <depend project="commons-exec"/>
    <depend project="commons-logging" />
+   <depend project="commons-validator" />
    <depend project="google-guava"/>
    <!-- depend project="emma" / -->
    <!--