From 827e9b06548a0f90f1915e6b660fb7f056965591 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 25 Jul 2011 07:27:50 +0000 Subject: [PATCH] BCEL moved from Jakarta to Commons git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1150561 13f79535-47bb-0310-9956-ffa450edef68 --- manual/Tasks/ejb.html | 6 +++--- manual/Types/classfileset.html | 2 +- manual/install.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html index 6e03a3358..e8ff9b60b 100644 --- a/manual/Tasks/ejb.html +++ b/manual/Tasks/ejb.html @@ -593,7 +593,7 @@ any of these files are newer than the jar file the jar will be rebuilt otherwise a message is logged that the jar file is up to date.

The task uses the - jakarta-BCEL framework + BCEL framework to extract all dependent classes. This means that, in addition to the classes that are mentioned in the deployment descriptor, any classes that these depend on are also @@ -681,7 +681,7 @@ classes had to be loaded into Ant's JVM. This was not always possible due to cla

The ejbjar task in Ant releases 1.5 and later uses the - jakarta-BCEL library + BCEL library to analyze the bean's class files directly, rather than loading them into the JVM. This also allows ejbjar to add all of the required support classes for a bean and not just super classes. @@ -699,7 +699,7 @@ behaviour where super classes and super interfaces are added to the jar are added to the jar

The super and full values require the - jakarta-BCEL library + BCEL library to be available. If it is not, ejbjar will drop back to the behaviour corresponding to the value none.

diff --git a/manual/Types/classfileset.html b/manual/Types/classfileset.html index 74a2af80c..22bd70092 100644 --- a/manual/Types/classfileset.html +++ b/manual/Types/classfileset.html @@ -34,7 +34,7 @@ classfilesets are typically used by reference. They are declared with an is expected.

-This type requires the jakarta-BCEL library. +This type requires the BCEL library.

diff --git a/manual/install.html b/manual/install.html index ad5a172e8..b82fd2a0c 100644 --- a/manual/install.html +++ b/manual/install.html @@ -981,7 +981,7 @@ you need jakarta-oro 2.0.8 or later, and commons-net< JavaClassHelper used by the ClassConstants filter reader and optionally used by ejbjar for dependency determination - http://jakarta.apache.org/bcel/ + http://commons.apache.org/bcel/ mail.jar