- removed flow faces context factory, not needed, favoring simple creation of flow faces context from jsf view factory / jsf view instead - replace response state manager usage with state manager as discussed; allowed removal of custom render kit - removed flow lifecycle factory; not needed, favoring simple creation of flow lifecycle factory from view factory instead. this needs review, several tests still need updating - misc naming improvements - removed use of thread locals where possible
32 lines
2.0 KiB
XML
32 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="lib/global/commons-logging.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/ognl.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/spring-beans.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/spring-context.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/spring-core.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/spring-web.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/spring-webmvc.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/commons-beanutils.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/commons-codec.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/commons-collections.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/commons-digester.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/commons-discovery.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/el-api.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/myfaces-api.jar" sourcepath="/Users/jgrelle/Desktop/myfaces-api-1.2.0-sources.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/myfaces-impl.jar" sourcepath="/Users/jgrelle/Desktop/myfaces-impl-1.2.0-sources.jar"/>
|
|
<classpathentry kind="lib" path="lib/test/easymock.jar"/>
|
|
<classpathentry kind="lib" path="lib/test/jboss-el.jar"/>
|
|
<classpathentry kind="lib" path="lib/test/junit.jar"/>
|
|
<classpathentry kind="lib" path="lib/test/log4j.jar"/>
|
|
<classpathentry kind="lib" path="lib/test/shale-test.jar"/>
|
|
<classpathentry kind="lib" path="lib/buildtime/servlet-api.jar"/>
|
|
<classpathentry kind="lib" path="lib/test/spring-test.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/spring-webflow.jar"/>
|
|
<classpathentry kind="lib" path="lib/global/spring-binding.jar"/>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
</classpath>
|