1 18 package org.apache.tools.ant.taskdefs.optional.net; 19 20 import org.apache.tools.ant.BuildException; 21 import org.apache.tools.ant.taskdefs.email.EmailTask; 22 23 31 public class MimeMail extends EmailTask { 32 37 public void execute() 38 throws BuildException { 39 log("DEPRECATED - The " + getTaskName() + " task is deprecated. " 40 + "Use the mail task instead."); 41 super.execute(); 42 } 43 } 44 | Popular Tags |