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
.
-This type requires the jakarta-BCEL
library.
+This type requires the BCEL
library.