From d08dc16c87219ad372a269293c2b72d8e30d02f6 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Sun, 19 Nov 2000 14:14:12 +0000 Subject: [PATCH] Describe changes to the EJB related optional tasks git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268212 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index e1ed553e8..ac41aa882 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -39,6 +39,14 @@ Fixed bugs: * Changed task so that printing result sets works on Oracle +* Changes to ddcreator and ejbc helper to respect the descriptor hierarchy + keppgenerated in ejbc can now be turned off + +* ejbjar now correctly ignores elements in the deployment descriptor. + CMP files are included by parsing the weblogic deployment descriptor rather than + relying on the naming convention used in ant 1.2 + Include super classes and super interfaces into the generated ejb jar files + Changes from Ant 1.1 to Ant 1.2 ===============================