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 2012/04/24 16:02:22 UTC

svn commit: r1329734 - /gump/metadata/project/tomcat-tc7.xml

Author: kkolinko
Date: Tue Apr 24 14:02:22 2012
New Revision: 1329734

URL: http://svn.apache.org/viewvc?rev=1329734&view=rev
Log:
Remove jaf (javabeans activation framework) and javamail optional dependencies.
Our build.xml does not send e-mails, so I am not sure why they are here.

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

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1329734&r1=1329733&r2=1329734&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Tue Apr 24 14:02:22 2012
@@ -50,8 +50,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.
@@ -132,8 +130,6 @@
 
    <depend project="ant" inherit="runtime" />
    <depend project="tomcat-tc7.0.x"/>
-   <option project="javamail" />
-   <option project="jaf" />
 
    <work nested="output/build/webapps/examples/WEB-INF/classes"/>
    <work nested="output/testclasses" />
@@ -161,8 +157,6 @@
    <!-- depend project="emma" / -->
    <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;" />