From e71d9dfa2bf8dc045bb7a0260127dc79caa30065 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 2 Jul 2007 04:20:52 +0000 Subject: [PATCH] autogenerate WHATSNEW from changes.xml git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@552398 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 15 --------------- changes.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 15 deletions(-) delete mode 100644 WHATSNEW create mode 100644 changes.xml diff --git a/WHATSNEW b/WHATSNEW deleted file mode 100644 index f84bd0c..0000000 --- a/WHATSNEW +++ /dev/null @@ -1,15 +0,0 @@ -Changes from AntUnit 1.0 TO current SVN version -=============================================== - -Probably some items are (still) missing - -Changes that could break older environments: -------------------------------------------- - -Fixed bugs: ------------ - -* Bug 42745 assertFileExists example wrong, should use @file instead of @name - -Other changes: --------------- \ No newline at end of file diff --git a/changes.xml b/changes.xml new file mode 100644 index 0000000..ec9c433 --- /dev/null +++ b/changes.xml @@ -0,0 +1,30 @@ + + + + + + + + +] +> + + + Apache AntUnit + + + + + assertFileExists example wrong, should use @file instead of @name + + + + \ No newline at end of file