Author: jmitchell
Date: Thu Nov  3 18:48:54 2005
New Revision: 330690

URL: http://svn.apache.org/viewcvs?rev=330690&view=rev
Log:
Revert earlier change.  This also works with PR5.

Modified:
    
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java
    
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationStrategy.java

Modified: 
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java?rev=330690&r1=330689&r2=330690&view=diff
==============================================================================
--- 
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java
 (original)
+++ 
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java
 Thu Nov  3 18:48:54 2005
@@ -22,9 +22,9 @@
 import org.apache.commons.logging.LogFactory;
 import org.springframework.web.context.WebApplicationContext;
 import org.springframework.web.jsf.FacesContextUtils;
-import org.springframework.web.flow.ViewDescriptor;
-import org.springframework.web.flow.execution.FlowExecutionManager;
-import 
org.springframework.web.flow.execution.servlet.ServletFlowExecutionManager;
+import org.springframework.webflow.ViewDescriptor;
+import org.springframework.webflow.execution.FlowExecutionManager;
+import 
org.springframework.webflow.execution.servlet.ServletFlowExecutionManager;
 
 
 /**

Modified: 
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationStrategy.java
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationStrategy.java?rev=330690&r1=330689&r2=330690&view=diff
==============================================================================
--- 
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationStrategy.java
 (original)
+++ 
struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationStrategy.java
 Thu Nov  3 18:48:54 2005
@@ -21,10 +21,10 @@
 import javax.faces.context.FacesContext;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
-import org.springframework.web.flow.Event;
-import org.springframework.web.flow.ViewDescriptor;
-import org.springframework.web.flow.execution.FlowExecutionManager;
-import org.springframework.web.flow.execution.servlet.ServletEvent;
+import org.springframework.webflow.Event;
+import org.springframework.webflow.ViewDescriptor;
+import org.springframework.webflow.execution.FlowExecutionManager;
+import org.springframework.webflow.execution.servlet.ServletEvent;
 
 /**
  * <p>Strategy methods for [EMAIL PROTECTED] WebFlowNavigationHandler}.  
Because a JSF



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

Reply via email to