Author: wglass
Date: Mon Oct  9 17:02:25 2006
New Revision: 454563

URL: http://svn.apache.org/viewvc?view=rev&rev=454563
Log:
move ContextAware/RuntimeServicesAware

Modified:
    
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java

Modified: 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java
URL: 
http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java?view=diff&rev=454563&r1=454562&r2=454563
==============================================================================
--- 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java
 (original)
+++ 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java
 Mon Oct  9 17:02:25 2006
@@ -25,17 +25,17 @@
 
 import org.apache.velocity.VelocityContext;
 import org.apache.velocity.app.VelocityEngine;
-import org.apache.velocity.app.event.ContextAware;
 import org.apache.velocity.app.event.EventCartridge;
 import org.apache.velocity.app.event.MethodExceptionEventHandler;
 import org.apache.velocity.app.event.NullSetEventHandler;
 import org.apache.velocity.app.event.ReferenceInsertionEventHandler;
-import org.apache.velocity.app.event.RuntimeServicesAware;
 import org.apache.velocity.context.Context;
 import org.apache.velocity.exception.MethodInvocationException;
 import org.apache.velocity.runtime.RuntimeConstants;
 import org.apache.velocity.runtime.RuntimeServices;
 import org.apache.velocity.runtime.log.LogChute;
+import org.apache.velocity.util.ContextAware;
+import org.apache.velocity.util.RuntimeServicesAware;
 
 /**
  * Tests event handling for all event handlers except IncludeEventHandler.  
This is tested



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to