You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by kk...@apache.org on 2014/05/12 00:48:53 UTC

svn commit: r1593866 - in /gump/metadata/project: tomcat-tc6.xml tomcat-trunk.xml

Author: kkolinko
Date: Sun May 11 22:48:53 2014
New Revision: 1593866

URL: http://svn.apache.org/r1593866
Log:
Remove dependencies on javamail and java activation framework from Tomcat 6 and 8.
Tomcat 7 already does not have them.

It is true that Tomcat 5.5 did depend on those libraries and downloaded them at build time,
but Tomcat 6/7/8 have javax.mail.* interface classes in their source tree and do not support such external dependencies.

I think that Gump cannot overwrite classes that are explicitly present in the source tree. Thus I simplify the configuration of these projects.

Modified:
    gump/metadata/project/tomcat-tc6.xml
    gump/metadata/project/tomcat-trunk.xml

Modified: gump/metadata/project/tomcat-tc6.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc6.xml?rev=1593866&r1=1593865&r2=1593866&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc6.xml (original)
+++ gump/metadata/project/tomcat-tc6.xml Sun May 11 22:48:53 2014
@@ -45,8 +45,6 @@
 
     <depend project="ant" inherit="runtime" />
     <option project="junit" />
-    <option project="javamail" />
-    <option project="jaf" />
     <work nested="output/classes" />
 
     <license name="LICENSE" />

Modified: gump/metadata/project/tomcat-trunk.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-trunk.xml?rev=1593866&r1=1593865&r2=1593866&view=diff
==============================================================================
--- gump/metadata/project/tomcat-trunk.xml (original)
+++ gump/metadata/project/tomcat-trunk.xml Sun May 11 22:48:53 2014
@@ -42,8 +42,6 @@
     </ant>
 
     <depend project="ant" inherit="runtime" />
-    <option project="javamail" />
-    <option project="jaf" />
     <option project="junit" />
     <!-- These option elements make both *-validate projects to run before
       this project. Their result is not used here, so noclasspath. -->
@@ -108,8 +106,6 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="tomcat-trunk"/>
-   <option project="javamail" />
-   <option project="jaf" />
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -148,8 +144,6 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="tomcat-trunk"/>
-   <option project="javamail" />
-   <option project="jaf" />
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -188,8 +182,6 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="tomcat-trunk"/>
-   <option project="javamail" />
-   <option project="jaf" />
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -226,8 +218,6 @@
    <depend project="jdom" />
    <depend project="org.apache.velocity.velocity-engine"  />
    -->
-   <option project="javamail" />
-   <option project="jaf" />
 
    <nag to="dev@tomcat.apache.org"
          from="Bill Barker &lt;billbarker@apache.org&gt;" />