You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2007/11/29 02:01:33 UTC

svn commit: r599233 - in /myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF: faces-config.xml services/javax.faces.context.FacesContextFactory services/javax.portlet.faces.Bridge

Author: sobryan
Date: Wed Nov 28 17:01:30 2007
New Revision: 599233

URL: http://svn.apache.org/viewvc?rev=599233&view=rev
Log:
Removed more CR/LF's that were incorrectly loaded into the svn 
respoitory.

Modified:
    myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml
    myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.faces.context.FacesContextFactory
    myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.portlet.faces.Bridge

Modified: myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml?rev=599233&r1=599232&r2=599233&view=diff
==============================================================================
--- myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml (original)
+++ myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml Wed Nov 28 17:01:30 2007
@@ -16,11 +16,11 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.	   
--->
-<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee">
-    <application>
-        <view-handler>org.apache.myfaces.portlet.faces.application.PortletViewHandlerImpl</view-handler>
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee">
+    <application>
+        <view-handler>org.apache.myfaces.portlet.faces.application.PortletViewHandlerImpl</view-handler>
         <state-manager>org.apache.myfaces.portlet.faces.application.PortletStateManagerImpl</state-manager>
-        <el-resolver>org.apache.myfaces.portlet.faces.el.PortletELResolver</el-resolver>
-    </application>
+        <el-resolver>org.apache.myfaces.portlet.faces.el.PortletELResolver</el-resolver>
+    </application>
 </faces-config>

Modified: myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.faces.context.FacesContextFactory
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.faces.context.FacesContextFactory?rev=599233&r1=599232&r2=599233&view=diff
==============================================================================
--- myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.faces.context.FacesContextFactory (original)
+++ myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.faces.context.FacesContextFactory Wed Nov 28 17:01:30 2007
@@ -1 +1 @@
-org.apache.myfaces.portlet.faces.context.FacesContextFactoryImpl
+org.apache.myfaces.portlet.faces.context.FacesContextFactoryImpl

Modified: myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.portlet.faces.Bridge
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.portlet.faces.Bridge?rev=599233&r1=599232&r2=599233&view=diff
==============================================================================
--- myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.portlet.faces.Bridge (original)
+++ myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.portlet.faces.Bridge Wed Nov 28 17:01:30 2007
@@ -1 +1 @@
-org.apache.myfaces.portlet.faces.bridge.BridgeImpl
+org.apache.myfaces.portlet.faces.bridge.BridgeImpl