Browse Source

BCEL moved from Jakarta to Commons

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1150561 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 14 years ago
parent
commit
827e9b0654
3 changed files with 5 additions and 5 deletions
  1. +3
    -3
      manual/Tasks/ejb.html
  2. +1
    -1
      manual/Types/classfileset.html
  3. +1
    -1
      manual/install.html

+ 3
- 3
manual/Tasks/ejb.html View File

@@ -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.</p> a message is logged that the jar file is up to date.</p>


<p>The task uses the <p>The task uses the
<a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> framework
<a href="http://commons.apache.org/bcel/"> BCEL </a> framework
to extract all dependent classes. This to extract all dependent classes. This
means that, in addition to the classes that are mentioned in the means that, in addition to the classes that are mentioned in the
deployment descriptor, any classes that these depend on are also 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
</p> </p>


<p>The ejbjar task in Ant releases 1.5 and later uses the <p>The ejbjar task in Ant releases 1.5 and later uses the
<a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> library
<a href="http://commons.apache.org/bcel/"> BCEL </a> library
to analyze the bean's class to analyze the bean's class
files directly, rather than loading them into the JVM. This also allows ejbjar to add all 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. 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</li>
are added to the jar</li> are added to the jar</li>
</ul> </ul>
<p>The <code>super</code> and <code>full</code> values require the <p>The <code>super</code> and <code>full</code> values require the
<a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> library
<a href="http://commons.apache.org/bcel/"> BCEL </a> library
to be available. If it is not, ejbjar will drop back to the behaviour corresponding to to be available. If it is not, ejbjar will drop back to the behaviour corresponding to
the value <code>none</code>.</p> the value <code>none</code>.</p>




+ 1
- 1
manual/Types/classfileset.html View File

@@ -34,7 +34,7 @@ classfilesets are typically used by reference. They are declared with an
is expected. is expected.
</p> </p>
<p> <p>
This type requires the <code>jakarta-BCEL</code> library.
This type requires the <code>BCEL</code> library.
</p> </p>






+ 1
- 1
manual/install.html View File

@@ -981,7 +981,7 @@ you need jakarta-oro 2.0.8 or later, and <a href="#commons-net">commons-net</a><
JavaClassHelper used by the ClassConstants filter reader and JavaClassHelper used by the ClassConstants filter reader and
optionally used by ejbjar for dependency determination optionally used by ejbjar for dependency determination
</td> </td>
<td><a href="http://jakarta.apache.org/bcel/" target="_top">http://jakarta.apache.org/bcel/</a></td>
<td><a href="http://commons.apache.org/bcel/" target="_top">http://commons.apache.org/bcel/</a></td>
</tr> </tr>
<tr> <tr>
<td>mail.jar</td> <td>mail.jar</td>


Loading…
Cancel
Save