You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Sam Ruby <ru...@us.ibm.com> on 2002/02/03 03:31:10 UTC

[PATCH] upgrade from bcel => jakarta-bcel

Velocity is the last holdout...

Index: Compiler.java
===================================================================
RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/compiler/Compiler.java,v
retrieving revision 1.5
diff -u -r1.5 Compiler.java
--- Compiler.java       22 Oct 2001 03:53:23 -0000      1.5
+++ Compiler.java       3 Feb 2002 02:26:47 -0000
@@ -54,8 +54,8 @@
  * <http://www.apache.org/>.
  */

-import de.fub.bytecode.generic.*;
-import de.fub.bytecode.Constants;
+import org.apache.bcel.generic.*;
+import org.apache.bcel.Constants;

 /**
  * The start of a velocity template compiler. Incomplete.

- Sam Ruby


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>