summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-22 14:49:21 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-22 14:49:21 +0000
commit83f5e1fdda0836aadf3080456ce8a91070b21560 (patch)
tree072676cd07ded45a13fe14ddf09676de15be6302 /java/sca
parent42a53a2df9cb4d56be7c5ab1364e6651c980a868 (diff)
Update myfaces achetype for tuscany myfaces module package rename
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787259 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml b/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
index b34eb6ce80..3e853708d2 100644
--- a/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
+++ b/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
@@ -34,7 +34,7 @@
</listener>
<context-param>
<param-name>org.apache.myfaces.config.annotation.LifecycleProvider</param-name>
- <param-value>org.apache.tuscany.myfaces.TuscanyAnnotationLifecycleProvider</param-value>
+ <param-value>org.apache.tuscany.sca.myfaces.TuscanyAnnotationLifecycleProvider</param-value>
</context-param>
<!--optional: context-param>