Author: craigmcc
Date: Sat Oct 16 15:39:25 2004
New Revision: 54942

Modified:
   struts/trunk/struts-faces/core-library/build.xml
   struts/trunk/struts-faces/example1-webapp/build.xml
   struts/trunk/struts-faces/example2-webapp/build.xml
   struts/trunk/struts-faces/sysclient-app/build.xml
   struts/trunk/struts-faces/systest1-webapp/build.xml
Log:
Update the name of the class used to recognize the MyFaces implementation,
since it changed in the 1.0.7 release.


Modified: struts/trunk/struts-faces/core-library/build.xml
==============================================================================
--- struts/trunk/struts-faces/core-library/build.xml    (original)
+++ struts/trunk/struts-faces/core-library/build.xml    Sat Oct 16 15:39:25 2004
@@ -69,7 +69,7 @@
                                 classname="com.sun.faces.RIConstants"
                                 classpath="${jsf-impl.jar}"/>
   <available                     property="myfaces.present"
-                                classname="net.sourceforge.myfaces.MyFacesConfig"
+                                
classname="net.sourceforge.myfaces.config.MyfacesConfig"
                                 classpath="${jsf-impl.jar}"/>
 
   <!-- Build Defaults -->

Modified: struts/trunk/struts-faces/example1-webapp/build.xml
==============================================================================
--- struts/trunk/struts-faces/example1-webapp/build.xml (original)
+++ struts/trunk/struts-faces/example1-webapp/build.xml Sat Oct 16 15:39:25 2004
@@ -70,7 +70,7 @@
                                 classname="com.sun.faces.RIConstants"
                                 classpath="${jsf-impl.jar}"/>
   <available                     property="myfaces.present"
-                                classname="net.sourceforge.myfaces.MyFacesConfig"
+                                
classname="net.sourceforge.myfaces.config.MyfacesConfig"
                                 classpath="${jsf-impl.jar}"/>
 
   <!-- Build Defaults -->

Modified: struts/trunk/struts-faces/example2-webapp/build.xml
==============================================================================
--- struts/trunk/struts-faces/example2-webapp/build.xml (original)
+++ struts/trunk/struts-faces/example2-webapp/build.xml Sat Oct 16 15:39:25 2004
@@ -70,7 +70,7 @@
                                 classname="com.sun.faces.RIConstants"
                                 classpath="${jsf-impl.jar}"/>
   <available                     property="myfaces.present"
-                                classname="net.sourceforge.myfaces.MyFacesConfig"
+                                
classname="net.sourceforge.myfaces.config.MyfacesConfig"
                                 classpath="${jsf-impl.jar}"/>
 
   <!-- Build Defaults -->

Modified: struts/trunk/struts-faces/sysclient-app/build.xml
==============================================================================
--- struts/trunk/struts-faces/sysclient-app/build.xml   (original)
+++ struts/trunk/struts-faces/sysclient-app/build.xml   Sat Oct 16 15:39:25 2004
@@ -66,7 +66,7 @@
                                 classname="com.sun.faces.RIConstants"
                                 classpath="${jsf-impl.jar}"/>
   <available                     property="myfaces.present"
-                                classname="net.sourceforge.myfaces.MyFacesConfig"
+                                
classname="net.sourceforge.myfaces.config.MyfacesConfig"
                                 classpath="${jsf-impl.jar}"/>
 
   <!-- Build Defaults -->

Modified: struts/trunk/struts-faces/systest1-webapp/build.xml
==============================================================================
--- struts/trunk/struts-faces/systest1-webapp/build.xml (original)
+++ struts/trunk/struts-faces/systest1-webapp/build.xml Sat Oct 16 15:39:25 2004
@@ -70,7 +70,7 @@
                                 classname="com.sun.faces.RIConstants"
                                 classpath="${jsf-impl.jar}"/>
   <available                     property="myfaces.present"
-                                classname="net.sourceforge.myfaces.MyFacesConfig"
+                                
classname="net.sourceforge.myfaces.config.MyfacesConfig"
                                 classpath="${jsf-impl.jar}"/>
 
   <!-- Build Defaults -->

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

Reply via email to