You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/03/09 06:36:43 UTC

svn commit: r635172 - in /myfaces/tomahawk/branches/1_1_1_2: core/src/main/conf/META-INF/faces-config-base.xml sandbox/core/src/main/conf/META-INF/faces-config-base.xml sandbox/core/src/main/conf/META-INF/s-base.tld

Author: lu4242
Date: Sat Mar  8 21:36:39 2008
New Revision: 635172

URL: http://svn.apache.org/viewvc?rev=635172&view=rev
Log:
fix error on patch

Modified:
    myfaces/tomahawk/branches/1_1_1_2/core/src/main/conf/META-INF/faces-config-base.xml
    myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/faces-config-base.xml
    myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/s-base.tld

Modified: myfaces/tomahawk/branches/1_1_1_2/core/src/main/conf/META-INF/faces-config-base.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_1_2/core/src/main/conf/META-INF/faces-config-base.xml?rev=635172&r1=635171&r2=635172&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_1_2/core/src/main/conf/META-INF/faces-config-base.xml (original)
+++ myfaces/tomahawk/branches/1_1_1_2/core/src/main/conf/META-INF/faces-config-base.xml Sat Mar  8 21:36:39 2008
@@ -39,45 +39,3 @@
 
 </faces-config>
 
-<?xml version="1.0" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-       
--->
-<faces-config xmlns="http://java.sun.com/xml/ns/javaee" >
-
-    <!-- additional "by type" converters -->
-
-    <converter>
-        <converter-for-class>java.math.BigDecimal</converter-for-class>
-        <converter-class>javax.faces.convert.BigDecimalConverter</converter-class>
-    </converter>
-
-    <converter>
-        <converter-for-class>java.math.BigInteger</converter-for-class>
-        <converter-class>javax.faces.convert.BigIntegerConverter</converter-class>
-    </converter>
-
-    <converter>
-        <converter-for-class>java.util.Date</converter-for-class>
-        <converter-class>javax.faces.convert.DateTimeConverter</converter-class>
-    </converter>
-
-</faces-config>
-
-

Modified: myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/faces-config-base.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/faces-config-base.xml?rev=635172&r1=635171&r2=635172&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/faces-config-base.xml (original)
+++ myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/faces-config-base.xml Sat Mar  8 21:36:39 2008
@@ -35,41 +35,3 @@
   </application>
 </faces-config>
 
-<?xml version="1.0" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-       
--->
-<faces-config xmlns="http://java.sun.com/xml/ns/javaee" >
-  <lifecycle>
-      <phase-listener>org.apache.myfaces.custom.ajax.api.AjaxDecodePhaseListener</phase-listener>
-      <phase-listener>org.apache.myfaces.custom.valueChangeNotifier.ValueChangePhaseListener</phase-listener>
-      <phase-listener>org.apache.myfaces.custom.redirectTracker.RedirectTrackerPhaseListener</phase-listener>
-      <phase-listener>org.apache.myfaces.custom.ppr.PPRPhaseListener</phase-listener>
-      <phase-listener>org.apache.myfaces.custom.excelexport.ExcelExportPhaseListener</phase-listener>
-  </lifecycle>
-
-  <application>
-    <variable-resolver>org.apache.myfaces.custom.redirectTracker.RedirectTrackerVariableResolver</variable-resolver>
-    <navigation-handler>org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandler</navigation-handler>
-    <variable-resolver>org.apache.myfaces.custom.security.SecurityContextVariableResolver</variable-resolver>
-    <property-resolver>org.apache.myfaces.custom.security.SecurityContextPropertyResolver</property-resolver>
-  </application>
-</faces-config>
-
-

Modified: myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/s-base.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/s-base.tld?rev=635172&r1=635171&r2=635172&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/s-base.tld (original)
+++ myfaces/tomahawk/branches/1_1_1_2/sandbox/core/src/main/conf/META-INF/s-base.tld Sat Mar  8 21:36:39 2008
@@ -45,50 +45,3 @@
 	      </attribute>
 	</tag>
 </taglib>
-<?xml version = "1.0" ?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-	   
--->
-<!DOCTYPE taglib 
-   PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
-          "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
-<taglib>
-      <tlib-version>1.0.7</tlib-version>
-      <jsp-version>1.2</jsp-version>
-	<display-name>Apache Tomahawk Sandbox</display-name>
-	<short-name>s</short-name>
-	<uri>http://myfaces.apache.org/sandbox</uri>
-
-	<!-- valueChangeNotifier -->
-	<tag>
-		<name>valueChangeNotifier</name>
-		<tag-class>org.apache.myfaces.custom.valueChangeNotifier.ValueChangeNotifierTag</tag-class>
-		<body-content>JSP</body-content>
-		<description>
-			&lt;p&gt; Add a value change listener which will be fired
-			AFTER UPDATE_MODEL. Only "method" valueChange listeners are
-			supported currently.&lt;/p&gt;
-		</description>
-	      <attribute>
-      		<name>method</name>
-	      	<required>true</required>
-      		<rtexprvalue>false</rtexprvalue>
-	      </attribute>
-	</tag>
-</taglib>