Author: tmjee Date: Mon Jul 10 19:16:08 2006 New Revision: 420674 URL: http://svn.apache.org/viewvc?rev=420674&view=rev Log: XW-399 - renamed xwork packaging due to xwork being repackaged as xwork2
Modified: struts/struts2/trunk/extras/src/main/java/org/apache/struts2/dispatcher/ChartResult.java Modified: struts/struts2/trunk/extras/src/main/java/org/apache/struts2/dispatcher/ChartResult.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/extras/src/main/java/org/apache/struts2/dispatcher/ChartResult.java?rev=420674&r1=420673&r2=420674&view=diff ============================================================================== --- struts/struts2/trunk/extras/src/main/java/org/apache/struts2/dispatcher/ChartResult.java (original) +++ struts/struts2/trunk/extras/src/main/java/org/apache/struts2/dispatcher/ChartResult.java Mon Jul 10 19:16:08 2006 @@ -18,8 +18,8 @@ package org.apache.struts2.dispatcher; import org.apache.struts2.ServletActionContext; -import com.opensymphony.xwork.ActionInvocation; -import com.opensymphony.xwork.Result; +import com.opensymphony.xwork2.ActionInvocation; +import com.opensymphony.xwork2.Result; import org.jfree.chart.ChartUtilities; import org.jfree.chart.JFreeChart;