diff -r c9375a5564d0 -r b77b10a21775 sbin/res/ant/lib/ant-javamail.pom --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/ant/lib/ant-javamail.pom Tue Sep 20 13:10:53 2011 +0200 @@ -0,0 +1,79 @@ + + + + + + org.apache.ant + ant-parent + ../pom.xml + 1.8.2 + + 4.0.0 + org.apache.ant + ant-javamail + 1.8.2 + Apache Ant + JavaMail + implementation of the mail task based on javamail. + Required to send emails to SMTP servers using user/password combinations + or to send mail over SSL + + + org.apache.ant + ant + 1.8.2 + compile + + + javax.mail + mail + 1.4 + compile + + + javax.activation + activation + 1.1 + compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + org/apache/tools/ant/taskdefs/email/MimeMailer* + + + + + ../../../../src/main + ../../../../src/testcases + ../../../../target/${project.artifactId}/classes + ../../../../target/${project.artifactId}/testcases + ../../../../target/${project.artifactId} + +