Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 65733 invoked from network); 2 Apr 2006 17:11:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Apr 2006 17:11:38 -0000 Received: (qmail 1986 invoked by uid 500); 2 Apr 2006 17:11:31 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 1952 invoked by uid 500); 2 Apr 2006 17:11:31 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 1941 invoked by uid 500); 2 Apr 2006 17:11:31 -0000 Received: (qmail 1938 invoked by uid 99); 2 Apr 2006 17:11:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Apr 2006 10:11:30 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 02 Apr 2006 10:11:30 -0700 Received: (qmail 65619 invoked by uid 65534); 2 Apr 2006 17:11:10 -0000 Message-ID: <20060402171110.65618.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r390862 - /incubator/webwork2/src/java/org/apache/struts/webwork/views/velocity/VelocityManager.java Date: Sun, 02 Apr 2006 17:11:09 -0000 To: commits@struts.apache.org From: tmjee@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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