Author: bodewig
Date: Mon Jul 25 07:27:50 2011
New Revision: 1150561

URL: http://svn.apache.org/viewvc?rev=1150561&view=rev
Log:
BCEL moved from Jakarta to Commons

Modified:
    ant/core/trunk/manual/Tasks/ejb.html
    ant/core/trunk/manual/Types/classfileset.html
    ant/core/trunk/manual/install.html

Modified: ant/core/trunk/manual/Tasks/ejb.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/ejb.html?rev=1150561&r1=1150560&r2=1150561&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/ejb.html (original)
+++ ant/core/trunk/manual/Tasks/ejb.html Mon Jul 25 07:27:50 2011
@@ -593,7 +593,7 @@ any of these files are newer than the ja
 a message is logged that the jar file is up to date.</p>
 
 <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
 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.
 </p>
 
 <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
 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 
 are added to the jar</li>
 </ul>
 <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
 the value <code>none</code>.</p>
 

Modified: ant/core/trunk/manual/Types/classfileset.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/manual/Types/classfileset.html?rev=1150561&r1=1150560&r2=1150561&view=diff
==============================================================================
--- ant/core/trunk/manual/Types/classfileset.html (original)
+++ ant/core/trunk/manual/Types/classfileset.html Mon Jul 25 07:27:50 2011
@@ -34,7 +34,7 @@ classfilesets are typically used by refe
 is expected.
 </p>
 <p>
-This type requires the <code>jakarta-BCEL</code> library.
+This type requires the <code>BCEL</code> library.
 </p>
 
 

Modified: ant/core/trunk/manual/install.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/manual/install.html?rev=1150561&r1=1150560&r2=1150561&view=diff
==============================================================================
--- ant/core/trunk/manual/install.html (original)
+++ ant/core/trunk/manual/install.html Mon Jul 25 07:27:50 2011
@@ -981,7 +981,7 @@ you need jakarta-oro 2.0.8 or later, and
         JavaClassHelper used by the ClassConstants filter reader and
         optionally used by ejbjar for dependency determination
     </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>
     <td>mail.jar</td>


Reply via email to