You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tm...@apache.org on 2006/04/02 19:11:09 UTC

svn commit: r390862 - /incubator/webwork2/src/java/org/apache/struts/webwork/views/velocity/VelocityManager.java

Author: tmjee
Date: Sun Apr  2 10:11:08 2006
New Revision: 390862

URL: http://svn.apache.org/viewcvs?rev=390862&view=rev
Log:
corrected package naming 


Modified:
    incubator/webwork2/src/java/org/apache/struts/webwork/views/velocity/VelocityManager.java

Modified: incubator/webwork2/src/java/org/apache/struts/webwork/views/velocity/VelocityManager.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/webwork/views/velocity/VelocityManager.java?rev=390862&r1=390861&r2=390862&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/webwork/views/velocity/VelocityManager.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/webwork/views/velocity/VelocityManager.java Sun Apr  2 10:11:08 2006
@@ -10,7 +10,7 @@
 import org.apache.struts.webwork.util.VelocityStrutsUtil;
 import org.apache.struts.webwork.views.jsp.ui.OgnlTool;
 import org.apache.struts.webwork.views.util.ContextUtil;
-import org.apache.struts.action2.views.velocity.components.*;
+import org.apache.struts.webwork.views.velocity.components.*;
 
 import com.opensymphony.xwork.ObjectFactory;
 import com.opensymphony.xwork.util.OgnlValueStack;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org