removed announcement files as they can now be generated by the announcement plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-05-01 10:05:06 +00:00
parent b22cb30433
commit 93a380f9e4

View File

@ -1,20 +0,0 @@
The Maven team is pleased to announce the Ant plugin 1.5 release!
http://maven.apache.org/reference/plugins/ant/
The Maven Ant plugin is a plugin that generates a simple Ant build file from
the project.xml file.
Fixed in this version
o Absolute paths were being generated in build.xml. Relative paths are now output
Note that this plugin has been tested with Maven 1.0 rc1. Using it with
another version of Maven is at your own risk! :-)
You can download and install the Ant plugin by using
maven -DgroupId=maven -DartifactId=maven-ant-plugin -Dversion=1.5 plugin:download
Have fun!
-dIon