On 11/3/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > Author: jmitchell > Date: Thu Nov 3 05:10:35 2005 > New Revision: 330544 > > URL: http://svn.apache.org/viewcvs?rev=330544&view=rev <snip/> > * fix Spring Web Flow package changes > > <snap/> > --- > 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 05:10:35 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.webflow.ViewDescriptor; > -import org.springframework.webflow.execution.FlowExecutionManager; > -import > org.springframework.webflow.execution.servlet.ServletFlowExecutionManager; > +import org.springframework.web.flow.ViewDescriptor; > +import org.springframework.web.flow.execution.FlowExecutionManager; > +import > org.springframework.web.flow.execution.servlet.ServletFlowExecutionManager; > <snip/>
This will break with spring-webflow-pr4.jar, which is what the build.properties.sample in Shale trunk continues to recommend. Do you want us to move to pr3? If so, can you update the build.properties.sample? Sorry, can't figure out the intent behind this part of the commit. -Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
