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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
