jon 02/02/03 12:07:09
Modified: src/java/org/apache/velocity/runtime/compiler Compiler.java
Added: build/lib bcel-5.0rc1.jar
Removed: build/lib JavaClass.jar
Log:
upgrade to jakarta bcel. thanks to Sam Ruby for the Compiler.java patch.
-jon
Revision Changes Path
1.1 jakarta-velocity/build/lib/bcel-5.0rc1.jar
<<Binary file>>
1.6 +3 -3
jakarta-velocity/src/java/org/apache/velocity/runtime/compiler/Compiler.java
Index: Compiler.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/compiler/Compiler.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Compiler.java 22 Oct 2001 03:53:23 -0000 1.5
+++ Compiler.java 3 Feb 2002 20:07:08 -0000 1.6
@@ -54,14 +54,14 @@
* <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.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: Compiler.java,v 1.5 2001/10/22 03:53:23 jon Exp $
+ * @version $Id: Compiler.java,v 1.6 2002/02/03 20:07:08 jon Exp $
*/
public class Compiler implements InstructionConstants
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>