You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/05/11 17:34:59 UTC

svn commit: r169646 [1/2] - in /myfaces/trunk: doc/ src/cactus/org/apache/myfaces/cactus/ src/components/org/apache/myfaces/application/jsp/ src/components/org/apache/myfaces/component/ src/components/org/apache/myfaces/component/html/ext/ src/components/org/apache/myfaces/component/html/util/ src/jsfapi/javax/faces/ src/jsfapi/javax/faces/component/ src/jsfapi/javax/faces/context/ src/jsfapi/javax/faces/convert/ src/jsfapi/javax/faces/event/ src/jsfapi/javax/faces/model/ src/jsfapi/javax/faces/validator/ src/jsfapi/javax/faces/webapp/ src/junit/javax/faces/component/ src/junit/org/apache/myfaces/application/ src/myfaces/org/apache/myfaces/application/ src/myfaces/org/apache/myfaces/application/jsp/ src/share/org/apache/myfaces/component/

Author: grantsmith
Date: Wed May 11 08:34:57 2005
New Revision: 169646

URL: http://svn.apache.org/viewcvs?rev=169646&view=rev
Log:
Removing some $Log$ headers - not supported by SVN, clutter up sources.

Modified:
    myfaces/trunk/doc/developer-notes.txt
    myfaces/trunk/src/cactus/org/apache/myfaces/cactus/CommonModelBean.java
    myfaces/trunk/src/components/org/apache/myfaces/application/jsp/JspTilesViewHandlerImpl.java
    myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleAware.java
    myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleUtils.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlCommandButton.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlDataTable.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputText.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputTextarea.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlMessage.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputLabel.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputText.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlPanelGroup.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectManyCheckbox.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneMenu.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/util/AddResource.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/util/ExtensionsResponseWrapper.java
    myfaces/trunk/src/components/org/apache/myfaces/component/html/util/MultipartRequestWrapper.java
    myfaces/trunk/src/jsfapi/javax/faces/FactoryFinder.java
    myfaces/trunk/src/jsfapi/javax/faces/component/UIComponentBase.java
    myfaces/trunk/src/jsfapi/javax/faces/component/UIData.java
    myfaces/trunk/src/jsfapi/javax/faces/component/UIInput.java
    myfaces/trunk/src/jsfapi/javax/faces/component/UIMessage.java
    myfaces/trunk/src/jsfapi/javax/faces/component/UISelectMany.java
    myfaces/trunk/src/jsfapi/javax/faces/component/UIViewRoot.java
    myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentAttributesMap.java
    myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentChildrenList.java
    myfaces/trunk/src/jsfapi/javax/faces/component/_MessageUtils.java
    myfaces/trunk/src/jsfapi/javax/faces/component/_SharedRendererUtils.java
    myfaces/trunk/src/jsfapi/javax/faces/context/ResponseWriter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/BigDecimalConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/BigIntegerConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/BooleanConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/ByteConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/CharacterConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/Converter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/ConverterException.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/DateTimeConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/DoubleConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/FloatConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/IntegerConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/LongConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/NumberConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/ShortConverter.java
    myfaces/trunk/src/jsfapi/javax/faces/convert/_MessageUtils.java
    myfaces/trunk/src/jsfapi/javax/faces/event/PhaseId.java
    myfaces/trunk/src/jsfapi/javax/faces/model/ResultSetDataModel.java
    myfaces/trunk/src/jsfapi/javax/faces/model/SelectItem.java
    myfaces/trunk/src/jsfapi/javax/faces/model/SelectItemGroup.java
    myfaces/trunk/src/jsfapi/javax/faces/validator/DoubleRangeValidator.java
    myfaces/trunk/src/jsfapi/javax/faces/validator/LengthValidator.java
    myfaces/trunk/src/jsfapi/javax/faces/validator/LongRangeValidator.java
    myfaces/trunk/src/jsfapi/javax/faces/webapp/FacesServlet.java
    myfaces/trunk/src/jsfapi/javax/faces/webapp/UIComponentTag.java
    myfaces/trunk/src/junit/javax/faces/component/UISelectManyTest.java
    myfaces/trunk/src/junit/org/apache/myfaces/application/NavigationHandlerImplTest.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/application/ApplicationFactoryImpl.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/application/ApplicationImpl.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/application/NavigationHandlerImpl.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/application/jsp/JspStateManagerImpl.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/application/jsp/JspViewHandlerImpl.java
    myfaces/trunk/src/share/org/apache/myfaces/component/UIColumns.java

Modified: myfaces/trunk/doc/developer-notes.txt
URL: http://svn.apache.org/viewcvs/myfaces/trunk/doc/developer-notes.txt?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/doc/developer-notes.txt (original)
+++ myfaces/trunk/doc/developer-notes.txt Wed May 11 08:34:57 2005
@@ -86,22 +86,4 @@
  *
  * @author Bug Rogers (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.18  2005/04/25 18:43:19  grantsmith
- * MYFACES-187 - Comment out submittedValue - testing required
- *
- * Revision 1.17  2005/04/13 13:15:49  manolito
- * link to Apache-Wide Coding Style Guide
- *
- * Revision 1.16  2004/10/29 15:50:59  mmarinschek
- * Get rid of many of the outdated references to sourceforge. set myfaces extensions tld uri to http://myfaces.apache.org/extensions
- *
- * Revision 1.15  2004/07/05 12:52:43  manolito
- * Apache License
- *
- * Revision 1.14  2004/04/20 18:07:16  bdudney
- * build file refactoring
- *
- * Revision 1.13  2004/03/25 09:14:52  manolito
- * no message
  */

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/cactus/CommonModelBean.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/cactus/CommonModelBean.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/cactus/CommonModelBean.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/cactus/CommonModelBean.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2002,2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -18,22 +18,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.4  2004/07/01 21:57:59  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/06/28 22:12:11  o_rossmueller
- * fix #978654: do not coerce null
- *
- * Revision 1.2  2004/05/26 17:19:56  o_rossmueller
- * test for bug 948626
- *
- * Revision 1.1  2004/04/23 15:12:14  manolito
- * inputHidden bug reported by Travis
- *
  */
 public class CommonModelBean
 {

Modified: myfaces/trunk/src/components/org/apache/myfaces/application/jsp/JspTilesViewHandlerImpl.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/application/jsp/JspTilesViewHandlerImpl.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/application/jsp/JspTilesViewHandlerImpl.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/application/jsp/JspTilesViewHandlerImpl.java Wed May 11 08:34:57 2005
@@ -40,46 +40,6 @@
 /**
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.13  2005/04/29 00:27:30  grantsmith
- * MYFACES-220 closed. Patch from Jason Kissinger
- *
- * Revision 1.12  2004/12/22 08:12:36  manolito
- * Use lastIndexOf instead of indexOf as suggested by sean.schofield@gmail.com on mailing list
- *
- * Revision 1.11  2004/12/19 11:42:36  tomsp
- * removed Nullpointer from renderView when no tiles-definition is found
- *
- * Revision 1.10  2004/11/11 17:43:07  tomsp
- * no message
- *
- * Revision 1.9  2004/11/11 14:50:38  bdudney
- * made getInitParameter use the defined constant instead of the string
- *
- * Revision 1.8  2004/11/08 09:09:42  tomsp
- * no message
- *
- * Revision 1.7  2004/11/08 08:46:45  tomsp
- * no message
- *
- * Revision 1.6  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.5  2004/10/04 11:11:46  royalts
- * removed check on urlPattern
- *
- * Revision 1.4  2004/08/26 15:34:06  manolito
- * trivial cosmetic changes
- *
- * Revision 1.3  2004/08/26 14:25:21  manolito
- * JspTilesViewHandlerInitializer no longer needed, JspTilesViewHandlerImpl is initialized automatically now
- *
- * Revision 1.2  2004/07/19 08:18:19  royalts
- * moved org.apache.myfaces.webapp.webxml and org.apache.util.xml to share src-tree (needed WebXml for JspTilesViewHandlerImpl)
- *
- * Revision 1.1  2004/07/16 17:46:46  royalts
- * moved org.apache.myfaces.webapp.webxml and org.apache.util.xml to share src-tree (needed WebXml for JspTilesViewHandlerImpl)
- *
  */
 public class JspTilesViewHandlerImpl
     extends ViewHandler

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleAware.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleAware.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleAware.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleAware.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -22,19 +22,6 @@
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.4  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:10  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/03/31 07:19:20  manolito
- * changed name from UserRoleSupport
- *
  */
 public interface UserRoleAware
 {

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleUtils.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleUtils.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleUtils.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/UserRoleUtils.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -22,19 +22,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.4  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:10  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/03/31 11:58:33  manolito
- * custom component refactoring
- *
  */
 public class UserRoleUtils
 {

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlCommandButton.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlCommandButton.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlCommandButton.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlCommandButton.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,22 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.4  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/04/01 09:23:12  manolito
- * more extended components
- *
  */
 public class HtmlCommandButton
         extends javax.faces.component.html.HtmlCommandButton
@@ -57,7 +41,7 @@
 
         return clientId;
     }
-    
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlCommandButton";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlDataTable.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlDataTable.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlDataTable.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlDataTable.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -40,58 +40,6 @@
  * @author Thomas Spiegl (latest modification by $Author$)
  * @author Manfred Geiler
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.20  2005/03/29 11:40:50  matzew
- * added new crosstable component (x:columns). Contributed by Mathias Broekelmann
- *
- * Revision 1.19  2005/03/21 12:33:46  svieujot
- * Set x:dataTable preserveDataModel default value to false.
- *
- * Revision 1.18  2005/03/19 04:27:55  svieujot
- * Align default values for preserveDataModel and preserveSort between HtmlDataTable.java, HtmlDataTableTag.java and the TLD.
- *
- * Revision 1.17  2005/03/04 01:21:22  mmarinschek
- * reverted bug fix as it introduced several new bugs with data-table
- *
- * Revision 1.15  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.14  2004/09/13 15:59:44  manolito
- * fixed problems with nested UIData and HtmlDataTable components
- *
- * Revision 1.13  2004/09/10 14:15:00  manolito
- * new previousRowDataVar attribute in extended HtmlDataTable
- *
- * Revision 1.12  2004/08/20 07:14:39  manolito
- * HtmlDataTable now also supports rowIndexVar and rowCountVar
- *
- * Revision 1.11  2004/08/10 13:29:59  manolito
- * full revision of extended HtmlDataTable so that there is no more cache problem
- *
- * Revision 1.10  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.9  2004/06/22 14:33:29  royalts
- * no message
- *
- * Revision 1.8  2004/06/21 16:01:57  royalts
- * setSortAscending(...) and setSortColumn have to update model their own, because processUdates won't be executed.
- *
- * Revision 1.7  2004/06/21 14:43:20  manolito
- * no more calls to getRowCount to determine if list is empty before encodeBegin was called
- *
- * Revision 1.6  2004/06/21 12:15:29  manolito
- * encodeBegin in UIData examines descendants valid flag recursivly now before refreshing DataModel
- *
- * Revision 1.5  2004/05/21 10:39:26  manolito
- * new renderedIfEmpty attribute in ext. HtmlDataTable component
- *
- * Revision 1.4  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.3  2004/05/18 11:22:44  manolito
- * optimized local value handling, so that getValue of UIData is only called when needed
- *
  */
 public class HtmlDataTable
         extends HtmlDataTableHack
@@ -466,7 +414,7 @@
     protected void refresh(FacesContext context)
     {
         if (log.isDebugEnabled()) log.debug("Refresh for HtmlDataTable " + getClientId(context) + " was called");
-        
+
         if (_firstTimeRendered || isAllChildrenAndFacetsValid())
         {
             // No invalid children
@@ -483,7 +431,7 @@
         }
     }
 
-    
+
     public void encodeBegin(FacesContext context) throws IOException
     {
         //refresh of _dataModel already done via refresh (called by HtmlDataTablePhaseListener)

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputText.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputText.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputText.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputText.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,34 +25,12 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.7  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.6  2005/01/13 09:24:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.5  2005/01/10 08:08:14  matzew
- * added patch form sean schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.4  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/04/01 09:23:12  manolito
- * more extended components
- *
  */
 public class HtmlInputText
         extends javax.faces.component.html.HtmlInputText
         implements UserRoleAware
 {
-        
+
     public String getClientId(FacesContext context)
     {
         String clientId = HtmlComponentUtils.getClientId(this, getRenderer(context), context);
@@ -60,10 +38,10 @@
         {
             clientId = super.getClientId(context);
         }
-        
+
         return clientId;
     }
-    
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlInputText";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputTextarea.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputTextarea.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputTextarea.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlInputTextarea.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,22 +25,12 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.2  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.1  2004/08/12 14:24:02  manolito
- * Extended HtmlInputTextarea component
- *
  */
 public class HtmlInputTextarea
         extends javax.faces.component.html.HtmlInputTextarea
         implements UserRoleAware
 {
-        
+
     public String getClientId(FacesContext context)
     {
         String clientId = HtmlComponentUtils.getClientId(this, getRenderer(context), context);
@@ -50,8 +40,8 @@
         }
 
         return clientId;
-    }  
-    
+    }
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlInputTextarea";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlMessage.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlMessage.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlMessage.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlMessage.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,37 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.10  2005/01/22 19:47:44  mmarinschek
- * Message rendering updated - if a validation exception needs to be rendered, the id of the component is replaced with a label.
- *
- * Revision 1.9  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.8  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.7  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.5  2004/04/01 09:23:12  manolito
- * more extended components
- *
- * Revision 1.4  2004/03/31 14:51:45  manolito
- * summaryFormat and detailFormat support
- *
- * Revision 1.3  2004/03/31 11:58:33  manolito
- * custom component refactoring
- *
- * Revision 1.2  2004/03/30 17:47:32  manolito
- * Message and Messages refactored
- *
- * Revision 1.1  2004/03/30 13:27:04  manolito
- * extended Message component
- *
  */
 public class HtmlMessage
         extends javax.faces.component.html.HtmlMessage
@@ -70,8 +39,8 @@
         }
 
         return clientId;
-    }        
-    
+    }
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlMessage";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputLabel.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputLabel.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputLabel.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputLabel.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,28 +25,12 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.4  2004/10/13 11:50:57  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/04/01 09:23:12  manolito
- * more extended components
- *
  */
 public class HtmlOutputLabel
         extends javax.faces.component.html.HtmlOutputLabel
         implements UserRoleAware
 {
-        
+
     public String getClientId(FacesContext context)
     {
         String clientId = HtmlComponentUtils.getClientId(this, getRenderer(context), context);
@@ -56,8 +40,8 @@
         }
 
         return clientId;
-    }        
-    
+    }
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlOutputLabel";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputText.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputText.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputText.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlOutputText.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,22 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.4  2004/10/13 11:50:57  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/04/01 09:42:47  manolito
- * more extended components
- *
  */
 public class HtmlOutputText
         extends javax.faces.component.html.HtmlOutputText

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlPanelGroup.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlPanelGroup.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlPanelGroup.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlPanelGroup.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,25 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.6  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.5  2004/10/13 11:50:57  matze
- * renamed packages to org.apache
- *
- * Revision 1.4  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/01 09:23:12  manolito
- * more extended components
- *
- * Revision 1.1  2004/03/31 11:58:33  manolito
- * custom component refactoring
- *
  */
 public class HtmlPanelGroup
         extends javax.faces.component.html.HtmlPanelGroup
@@ -59,7 +40,7 @@
 
         return clientId;
     }
-    
+
     //private static final Log log = LogFactory.getLog(HtmlPanelGroup.class);
 
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectManyCheckbox.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectManyCheckbox.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectManyCheckbox.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectManyCheckbox.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,22 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.4  2004/10/13 11:50:57  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/04/02 13:57:09  manolito
- * extended HtmlSelectManyCheckbox with layout "spread" and custom Checkbox component
- *
  */
 public class HtmlSelectManyCheckbox
         extends javax.faces.component.html.HtmlSelectManyCheckbox
@@ -56,7 +40,7 @@
 
         return clientId;
     }
-    
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlSelectManyCheckbox";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneMenu.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneMenu.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneMenu.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneMenu.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,22 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.4  2004/10/13 11:50:57  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/04/01 09:23:12  manolito
- * more extended components
- *
  */
 public class HtmlSelectOneMenu
         extends javax.faces.component.html.HtmlSelectOneMenu
@@ -56,7 +40,7 @@
 
         return clientId;
     }
-    
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlSelectOneMenu";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/ext/HtmlSelectOneRadio.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,22 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2005/01/16 20:09:53  matzew
- * added patch form Sean Schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
- *
- * Revision 1.4  2004/10/13 11:50:57  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:05  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/05/18 14:31:36  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.1  2004/04/01 09:23:12  manolito
- * more extended components
- *
  */
 public class HtmlSelectOneRadio
         extends javax.faces.component.html.HtmlSelectOneRadio
@@ -56,7 +40,7 @@
 
         return clientId;
     }
-    
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     public static final String COMPONENT_TYPE = "org.apache.myfaces.HtmlSelectOneRadio";

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/util/AddResource.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/util/AddResource.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/util/AddResource.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/util/AddResource.java Wed May 11 08:34:57 2005
@@ -44,83 +44,6 @@
  *
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.23  2005/03/14 18:25:36  svieujot
- * ExtensionsFilter : Set last modified header (and us it in the URL instead of cacheKey).
- *
- * Revision 1.22  2005/03/14 17:49:32  svieujot
- * Cleanup.
- *
- * Revision 1.21  2005/03/14 15:58:42  svieujot
- * Added caching to the ExtensionsFilter
- *
- * Revision 1.20  2005/02/22 08:41:50  matzew
- * Patch for the new tree component form Sean Schofield
- *
- * Revision 1.19  2005/02/16 00:50:37  oros
- * SF issue #1043331: replaced all   by the corresponding numeric entity   so safari users will be happy, too, with MyFaces output
- *
- * Revision 1.18  2005/02/08 12:13:39  svieujot
- * Bugfix : Serve xsl files with the text/xml content type.
- *
- * Revision 1.17  2004/12/27 04:11:11  mmarinschek
- * Data Table stores the state of facets of children; script tag is rendered with type attribute instead of language attribute, popup works better as a column in a data table
- *
- * Revision 1.16  2004/12/24 14:11:50  svieujot
- * Return resource relative mapped path when given null context.
- *
- * Revision 1.15  2004/12/17 13:19:10  mmarinschek
- * new component jsValueChangeListener
- *
- * Revision 1.14  2004/12/06 01:02:02  svieujot
- * Write the response in the log messages (mainly to debug problems due to filters order).
- *
- * Revision 1.13  2004/12/03 21:20:09  svieujot
- * Add type="text/css" for inline styles.
- *
- * Revision 1.12  2004/12/03 21:15:21  svieujot
- * define AdditionalHeaderInfoToRender.equals to prevent several include of the same header info.
- *
- * Revision 1.11  2004/12/03 20:50:52  svieujot
- * Minor bugfix, and add <script ... defer="true"> capability.
- *
- * Revision 1.10  2004/12/03 20:27:51  svieujot
- * Add capability to add inline style to the header.
- *
- * Revision 1.9  2004/12/02 22:26:23  svieujot
- * Simplify the AddResource methods
- *
- * Revision 1.8  2004/12/02 11:53:27  svieujot
- * Replace java 1.5 code by 1.4 version.
- *
- * Revision 1.7  2004/12/02 02:20:55  svieujot
- * Bugfix : render the head elements in the same order as they were added (use a LinkedHashSet).
- *
- * Revision 1.6  2004/12/02 02:07:22  svieujot
- * Make the Extensions filter work with resource hierarchies.
- * A small concession had to be made though :
- * The ExtensionsFilter must have the (additional) /faces/*
- *
- * Revision 1.5  2004/12/02 00:25:34  oros
- * i18n issues
- * some slight refactorings
- *
- * Revision 1.4  2004/12/01 22:12:51  svieujot
- * Add xml and xsl content types.
- *
- * Revision 1.3  2004/12/01 20:29:22  svieujot
- * Add javadoc.
- *
- * Revision 1.2  2004/12/01 20:25:10  svieujot
- * Make the Extensions filter support css and image resources.
- * Convert the popup calendar to use this new filter.
- *
- * Revision 1.1  2004/12/01 16:32:03  svieujot
- * Convert the Multipart filter in an ExtensionsFilter that provides an additional facility to include resources in a page.
- * Tested only with javascript resources right now, but should work fine with images too.
- * Some work to do to include css resources.
- * The popup component has been converted to use this new Filter.
- *
  */
 public class AddResource {
     private static final Log log = LogFactory.getLog(AddResource.class);
@@ -215,9 +138,9 @@
     }
 
 	private static long getCacheKey(){
-		return getLastModified(); 
+		return getLastModified();
 	}
-	
+
 	private static Date lastModified = null;
 	private static long getLastModified(){
 		if( lastModified == null ){
@@ -232,8 +155,8 @@
 				log.error("Unparsable lastModified : "+sLastModified);
 			}
 		}
-		
-		return lastModified.getTime(); 
+
+		return lastModified.getTime();
 	}
 
     public static boolean isResourceMappedPath(HttpServletRequest request){
@@ -252,7 +175,7 @@
         int posStartComponentName = uri.indexOf( componentNameStartsAfter )+componentNameStartsAfter.length();
         int posEndComponentName = uri.indexOf("/", posStartComponentName);
         String componentName = uri.substring(posStartComponentName, posEndComponentName);
-		
+
 		// Skip cache key
 		int posStartResourceFileName = uri.indexOf("/", posEndComponentName+1)+1;
 
@@ -321,13 +244,13 @@
         }
 
 		response.setDateHeader("Last-Modified", getLastModified());
-		
+
 		// Set browser cache to a week.
 		// There is no risk, as the cache key is part of the URL.
 		Calendar expires = Calendar.getInstance();
 		expires.add(Calendar.DAY_OF_YEAR, 7);
 		response.setDateHeader("Expires", expires.getTimeInMillis());
-		
+
         OutputStream os = response.getOutputStream();
         int c;
         while ((c = is.read()) != -1)

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/util/ExtensionsResponseWrapper.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/util/ExtensionsResponseWrapper.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/util/ExtensionsResponseWrapper.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/util/ExtensionsResponseWrapper.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -32,26 +32,6 @@
 /**
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.6  2005/03/08 19:08:14  svieujot
- * Fix some i18n issue (Marek Sikl comment on MYFACES-79)
- *
- * Revision 1.5  2004/12/22 01:55:29  svieujot
- * Fix a buffering problem.
- *
- * Revision 1.4  2004/12/02 02:13:15  svieujot
- * *** empty log message ***
- *
- * Revision 1.3  2004/12/02 02:12:32  svieujot
- * Clean log
- *
- * Revision 1.2  2004/12/02 00:26:58  oros
- * i18n issues
- * 
- * Revision 1.1  2004/12/01 20:25:10  svieujot
- * Make the Extensions filter support css and image resources.
- * Convert the popup calendar to use this new filter.
- * 
  */
 public class ExtensionsResponseWrapper extends HttpServletResponseWrapper {
     private ByteArrayOutputStream stream = null;
@@ -75,7 +55,7 @@
             throw new RuntimeException("Response accepted invalid character encoding " + getCharacterEncoding());
     	}
     }
-    
+
     /** This method is used by Tomcat.
      */
     public PrintWriter getWriter(){
@@ -86,13 +66,13 @@
         }
         return printWriter;
     }
-    
+
 	/** This method is used by Jetty.
 	*/
 	public ServletOutputStream getOutputStream(){
 		return new MyServletOutputStream( stream );
 	}
-    
+
     public InputSource getInputSource(){
 		ByteArrayInputStream bais = new ByteArrayInputStream( stream.toByteArray() );
 		return new InputSource( bais );
@@ -104,11 +84,11 @@
     public void setContentLength(int contentLength) {
         // noop
     }
-    
+
     public void flushBuffer() throws IOException{
     	stream.flush();
     }
-    
+
     public void finishResponse() {
         try {
             if (printWriter != null) {
@@ -122,24 +102,24 @@
 			e.printStackTrace();
         }
     }
-    
+
     /** Used in the <code>getOutputStream()</code> method.
-     */ 
+     */
     private class MyServletOutputStream extends ServletOutputStream {
 		private ByteArrayOutputStream outputStream;
-		
+
 		public MyServletOutputStream(ByteArrayOutputStream outputStream){
 			this.outputStream = outputStream;
 		}
-		
+
 		public void write(int b){
 		    outputStream.write( b );
 		}
-		
+
 		public void write(byte[] bytes) throws IOException{
 		    outputStream.write( bytes );
 		}
-		
+
 		public void write(byte[] bytes, int off, int len){
 		    outputStream.write(bytes, off, len);
 		}

Modified: myfaces/trunk/src/components/org/apache/myfaces/component/html/util/MultipartRequestWrapper.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/component/html/util/MultipartRequestWrapper.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/component/html/util/MultipartRequestWrapper.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/component/html/util/MultipartRequestWrapper.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -27,31 +27,6 @@
 /**
  * @author Sylvain Vieujot (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.2  2004/12/11 21:41:33  svieujot
- * Add method to get the FileItems.
- *
- * Revision 1.1  2004/12/01 16:32:03  svieujot
- * Convert the Multipart filter in an ExtensionsFilter that provides an additional facility to include resources in a page.
- * Tested only with javascript resources right now, but should work fine with images too.
- * Some work to do to include css resources.
- * The popup component has been converted to use this new Filter.
- *
- * Revision 1.8  2004/11/16 16:25:52  mmarinschek
- * new popup - component; not yet finished
- *
- * Revision 1.7  2004/10/13 11:50:57  matze
- * renamed packages to org.apache
- *
- * Revision 1.6  2004/09/09 13:43:59  manolito
- * query string parameters where missing in the parameter map
- *
- * Revision 1.5  2004/08/16 18:06:47  svieujot
- * Another bug fix for bug #1001511. Patch submitted by Takashi Okamoto.
- *
- * Revision 1.4  2004/08/02 04:26:06  svieujot
- * Fix for bug #1001511 : setHeaderEncoding
- *
  */
 public class MultipartRequestWrapper
 		extends HttpServletRequestWrapper
@@ -66,7 +41,7 @@
     int thresholdSize;
     String repositoryPath;
 
-    public MultipartRequestWrapper(HttpServletRequest request, 
+    public MultipartRequestWrapper(HttpServletRequest request,
                                    int maxSize, int thresholdSize,
                                    String repositoryPath){
 		super( request );
@@ -75,7 +50,7 @@
         this.thresholdSize = thresholdSize;
         this.repositoryPath = repositoryPath;
 	}
-	
+
 	private void parseRequest() {
 		fileUpload = new DiskFileUpload();
 		fileUpload.setFileItemFactory(new DefaultFileItemFactory());
@@ -151,7 +126,7 @@
             }
         }
 	}
-	
+
 	private void addTextParameter(String name, String value){
 		if( ! parametersMap.containsKey( name ) ){
 			String[] valuesArray = {value};
@@ -165,41 +140,41 @@
 			parametersMap.put(name, valuesArray);
 		}
 	}
-	
+
 	public Enumeration getParameterNames() {
 		if( parametersMap == null ) parseRequest();
-		
+
 		return Collections.enumeration( parametersMap.keySet() );
 	}
-	
+
 	public String getParameter(String name) {
 		if( parametersMap == null ) parseRequest();
-		
+
 		String[] values = (String[])parametersMap.get( name );
 		if( values == null )
 			return null;
 		return values[0];
 	}
-	
+
 	public String[] getParameterValues(String name) {
 		if( parametersMap == null ) parseRequest();
-		
+
 		return (String[])parametersMap.get( name );
 	}
-	
+
 	public Map getParameterMap() {
 		if( parametersMap == null ) parseRequest();
-		
+
 		return parametersMap;
 	}
-	
+
 	// Hook for the x:inputFileUpload tag.
 	public FileItem getFileItem(String fieldName) {
 		if( fileItems == null ) parseRequest();
-		
+
 		return (FileItem) fileItems.get( fieldName );
 	}
-	
+
 	/**
 	 * Not used internaly by MyFaces, but provides a way to handle the uploaded files
 	 * out of MyFaces.

Modified: myfaces/trunk/src/jsfapi/javax/faces/FactoryFinder.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/FactoryFinder.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/FactoryFinder.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/FactoryFinder.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -27,39 +27,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.19  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.18  2004/07/20 14:57:27  manolito
- * cosmetic change
- *
- * Revision 1.17  2004/07/20 14:56:41  manolito
- * removed public FactoryFinder method getValidFactoryNames - there is no such method in JSF 1.1 !
- *
- * Revision 1.16  2004/07/07 08:37:06  mwessendorf
- * final class
- *
- * Revision 1.15  2004/07/06 23:21:19  o_rossmueller
- * fix #985217: decoration support for factories
- *
- * Revision 1.14  2004/07/01 22:00:47  mwessendorf
- * ASF switch
- *
- * Revision 1.13  2004/06/16 23:02:20  o_rossmueller
- * merged confignew_branch
- *
- * Revision 1.12.2.1  2004/06/16 01:25:50  o_rossmueller
- * refactorings: FactoryFinder, decorator creation, dispenser (removed reverse order)
- * bug fixes
- * additional tests
- *
- * Revision 1.12  2004/04/29 07:24:51  manolito
- * fixed NPE in releaseFactories
- *
- * Revision 1.11  2004/04/13 08:25:59  manolito
- * Log
- *
  */
 public final class FactoryFinder
 {

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/UIComponentBase.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/UIComponentBase.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/UIComponentBase.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/UIComponentBase.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -35,28 +35,6 @@
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.15  2005/03/20 17:26:37  matzew
- * Component identifiers must obey the following syntax restrictions:
- *
- *     * Must not be a zero-length String.
- *     * First character must be a letter or an underscore ('_').
- *     * Subsequent characters must be a letter, a digit, an underscore ('_'), or a dash ('-').
- *
- * For more see JSF spec.
- *
- * Revision 1.14  2004/12/27 04:11:11  mmarinschek
- * Data Table stores the state of facets of children; script tag is rendered with type attribute instead of language attribute, popup works better as a column in a data table
- *
- * Revision 1.13  2004/08/27 10:45:55  manolito
- * log a warning when getClientId implicitly creates a component id
- *
- * Revision 1.12  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.11  2004/05/03 10:28:03  manolito
- * getClientId automatically creates id now
- *
  */
 public abstract class UIComponentBase
         extends UIComponent
@@ -115,7 +93,7 @@
     public String getClientId(FacesContext context)
     {
         if (context == null) throw new NullPointerException("context");
-                 
+
         if (_clientId != null) return _clientId;
 
         boolean idWasNull = false;
@@ -724,7 +702,7 @@
         //is there any component identifier ?
         if(string == null)
             return;
- 
+
         //Component identifiers must obey the following syntax restrictions:
         //1. Must not be a zero-length String.
         if(string.length()==0){
@@ -739,21 +717,21 @@
             //2. First character must be a letter or an underscore ('_').
             if(i==0){
                 if(!Character.isLetter(tmpChar) &&  tmpChar !='_'){
-                    throw new IllegalArgumentException("component identifier's first character must be a letter or an underscore ('_')! But it is \""+tmpChar+"\"");            
+                    throw new IllegalArgumentException("component identifier's first character must be a letter or an underscore ('_')! But it is \""+tmpChar+"\"");
                 }
             }else{
 
                 //3. Subsequent characters must be a letter, a digit, an underscore ('_'), or a dash ('-').
                 if(!Character.isDigit(tmpChar) && !Character.isLetter(tmpChar) && tmpChar !='-' && tmpChar !='_'){
-                    throw new IllegalArgumentException("Subsequent characters of component identifier must be a letter, a digit, an underscore ('_'), or a dash ('-')! But component identifier contains \""+tmpChar+"\"");            
+                    throw new IllegalArgumentException("Subsequent characters of component identifier must be a letter, a digit, an underscore ('_'), or a dash ('-')! But component identifier contains \""+tmpChar+"\"");
                 }
             }
         }
-        
+
     }
 
-    
-    
+
+
     //------------------ GENERATED CODE BEGIN (do not modify!) --------------------
 
     private static final boolean DEFAULT_RENDERED = true;

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/UIData.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/UIData.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/UIData.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/UIData.java Wed May 11 08:34:57 2005
@@ -42,41 +42,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.31  2005/04/13 14:18:24  schof
- * Fixes MYFACES-174 (Thanks to Mathias Broeklemann for the patch)
- *
- * Revision 1.30  2005/03/24 16:46:02  matzew
- * MYFACES-142
- *
- * Revision 1.29  2005/03/16 20:10:59  mmarinschek
- * fix for MYFACES-38, alien commit for Heath Borders
- *
- * Revision 1.28  2004/12/27 04:11:11  mmarinschek
- * Data Table stores the state of facets of children; script tag is rendered with type attribute instead of language attribute, popup works better as a column in a data table
- *
- * Revision 1.27  2004/11/26 22:04:57  svieujot
- * Make UIData work with Collection and not only List.
- * This allows component like x:dataList to work with Sets, or any type of collection data model.
- *
- * Revision 1.26  2004/09/13 15:59:44  manolito
- * fixed problems with nested UIData and HtmlDataTable components
- *
- * Revision 1.25  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.24  2004/06/21 12:15:29  manolito
- * encodeBegin in UIData examines descendants valid flag recursivly now before refreshing DataModel
- *
- * Revision 1.23  2004/05/27 12:14:55  manolito
- * no message
- *
- * Revision 1.22  2004/05/21 10:39:27  manolito
- * new renderedIfEmpty attribute in ext. HtmlDataTable component
- *
- * Revision 1.21  2004/05/18 11:21:11  manolito
- * optimized saving of descendant states: isAllChildrenAndFacetsValid loop no longer needed
- *
  */
 public class UIData extends UIComponentBase implements NamingContainer
 {

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/UIInput.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/UIInput.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/UIInput.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/UIInput.java Wed May 11 08:34:57 2005
@@ -36,38 +36,6 @@
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.19  2005/04/28 20:58:03  grantsmith
- * MYFACES-187 closed. Removed code suggested by user, ran cactus tests. No new failures.
- *
- * Revision 1.18  2005/04/25 18:43:19  grantsmith
- * MYFACES-187 - Comment out submittedValue - testing required
- *
- * Revision 1.17  2005/04/12 12:41:48  manolito
- * PR: MYFACES-179
- * Submitted by: Mathias Broekelmann
- *
- * Revision 1.16  2005/03/04 00:28:45  mmarinschek
- * Changes in configuration due to missing Attribute/Property classes for the converter; not building in the functionality yet except for part of the converter properties
- *
- * Revision 1.15  2005/01/22 16:47:17  mmarinschek
- * fixing bug with validation not called if the submitted value is empty; an empty string is submitted instead if the component is enabled.
- *
- * Revision 1.14  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.13  2004/06/07 13:40:38  mwessendorf
- * solved Feature Request #966892
- *
- * Revision 1.12  2004/05/18 10:39:35  manolito
- * (re)set to valid on decode, so that component automatically gets (re)validated
- *
- * Revision 1.11  2004/04/16 15:13:33  manolito
- * validator attribute support and MethodBinding invoke exception handling fixed
- *
- * Revision 1.10  2004/04/06 13:03:35  manolito
- * x-checked getConvertedValue method in api and impl
- *
  */
 public class UIInput
         extends UIOutput

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/UIMessage.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/UIMessage.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/UIMessage.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/UIMessage.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -22,19 +22,9 @@
  * see Javadoc of JSF Specification
  *
  * Javadoc says default for showDetail is false, but Specs say it is true!?
- * 
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.8  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.7  2004/03/31 14:51:48  manolito
- * summaryFormat and detailFormat support
- *
- * Revision 1.6  2004/03/30 17:47:33  manolito
- * Message and Messages refactored
- *
  */
 public class UIMessage
         extends UIComponentBase

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/UISelectMany.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/UISelectMany.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/UISelectMany.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/UISelectMany.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -26,37 +26,9 @@
 
 /**
  * see Javadoc of JSF Specification
- * 
+ *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.18  2005/04/06 10:21:55  manolito
- * MYFACES-149 fix for NullPointerException in _SharedRendererUtils.getConvertedUISelectManyValue
- *
- * Revision 1.17  2005/03/04 00:41:40  mmarinschek
- * fixed myfaces-
- * 116
- *
- * Revision 1.16  2005/03/04 00:28:45  mmarinschek
- * Changes in configuration due to missing Attribute/Property classes for the converter; not building in the functionality yet except for part of the converter properties
- *
- * Revision 1.15  2005/01/23 22:06:33  svieujot
- * Bugfix :  When no value were submitted, default values were set.
- * This caused a bug when the component wasn't displayed (for example if it was in a TabPanel's Tab that wasn't displayed).
- * It was reseting the backend bean's value, and sometime causing Null Pointer Exceptions.
- *
- * Revision 1.14  2005/01/22 16:47:17  mmarinschek
- * fixing bug with validation not called if the submitted value is empty; an empty string is submitted instead if the component is enabled.
- *
- * Revision 1.13  2004/12/07 21:33:31  matzew
- * closing MYFACES-6, thanks to  Heath Borders-Wing for patching it!
- *
- * Revision 1.12  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.11  2004/06/14 12:55:21  manolito
- * Added missing CVS Log comment
- *
  */
 public class UISelectMany
         extends UIInput

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/UIViewRoot.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/UIViewRoot.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/UIViewRoot.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/UIViewRoot.java Wed May 11 08:34:57 2005
@@ -33,29 +33,6 @@
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.15  2004/12/07 10:49:27  matzew
- * closed MAVEN-10, thanks to Christian Rueed for supporting this
- *
- * Revision 1.14  2004/09/03 12:32:06  tinytoony
- * file upload
- *
- * Revision 1.13  2004/08/23 05:13:37  dave0000
- * Externalize String-to-Locale conversion
- *
- * Revision 1.12  2004/08/22 10:37:29  mwessendorf
- * bug #1007065
- *
- * Revision 1.11  2004/07/01 22:00:48  mwessendorf
- * ASF switch
- *
- * Revision 1.10  2004/06/08 02:37:50  o_rossmueller
- * fix #967991: remove event from queue after broadcase
- * abort event procession on AbortProcessingException
- *
- * Revision 1.9  2004/05/12 07:57:40  manolito
- * Log in javadoc header
- *
  */
 public class UIViewRoot
         extends UIComponentBase

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentAttributesMap.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentAttributesMap.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentAttributesMap.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentAttributesMap.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -34,16 +34,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.8  2005/01/08 19:59:33  matzew
- * closed MYFACES-74. Thanks to Heath Borders-Wing
- *
- * Revision 1.7  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/04/06 06:48:23  manolito
- * IndexedPropertyDescriptor issue
- *
  */
 class _ComponentAttributesMap
         implements Map, Serializable
@@ -137,7 +127,7 @@
             {
             	return value;
             }
-            
+
             ValueBinding vb = _component.getValueBinding((String) key);
             return vb != null ? vb.getValue(FacesContext.getCurrentInstance()) : null;
         }

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentChildrenList.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentChildrenList.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentChildrenList.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/_ComponentChildrenList.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -23,13 +23,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/03/31 12:45:01  manolito
- * add(int index, Object value) was missing
- *
  */
 class _ComponentChildrenList
         extends AbstractList

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/_MessageUtils.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/_MessageUtils.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/_MessageUtils.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/_MessageUtils.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -25,13 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.5  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.4  2004/06/14 12:55:21  manolito
- * Added missing CVS Log comment
- *
  */
 class _MessageUtils
 {

Modified: myfaces/trunk/src/jsfapi/javax/faces/component/_SharedRendererUtils.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/component/_SharedRendererUtils.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/component/_SharedRendererUtils.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/component/_SharedRendererUtils.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -31,25 +31,6 @@
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.6  2005/04/06 19:39:30  manolito
- * MYFACES-157 patch removed, not necessary because of MYFACES-149 fix
- *
- * Revision 1.5  2005/04/06 10:21:55  manolito
- * MYFACES-149 fix for NullPointerException in _SharedRendererUtils.getConvertedUISelectManyValue
- *
- * Revision 1.4  2005/03/31 22:47:14  schof
- * Whitney Hunter's patch for MYFACES-157
- *
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 22:00:50  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/04/06 13:03:35  manolito
- * x-checked getConvertedValue method in api and impl
- *
  */
 class _SharedRendererUtils
 {

Modified: myfaces/trunk/src/jsfapi/javax/faces/context/ResponseWriter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/context/ResponseWriter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/context/ResponseWriter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/context/ResponseWriter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -22,13 +22,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.4  2004/07/01 22:01:13  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/04/01 12:40:11  manolito
- * imports instead of qualified names
- *
  */
 public abstract class ResponseWriter
         extends Writer

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/BigDecimalConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/BigDecimalConverter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/BigDecimalConverter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/BigDecimalConverter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -20,17 +20,6 @@
 import java.math.BigDecimal;
 
 /**
- * $Log$
- * Revision 1.8  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.7  2004/06/07 13:40:37  mwessendorf
- * solved Feature Request #966892
- *
- * Revision 1.6  2004/03/26 12:08:41  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/BigIntegerConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/BigIntegerConverter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/BigIntegerConverter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/BigIntegerConverter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -20,17 +20,6 @@
 import java.math.BigInteger;
 
 /**
- * $Log$
- * Revision 1.8  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.7  2004/06/07 13:40:37  mwessendorf
- * solved Feature Request #966892
- *
- * Revision 1.6  2004/03/26 12:08:41  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/BooleanConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/BooleanConverter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/BooleanConverter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/BooleanConverter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -19,17 +19,6 @@
 import javax.faces.context.FacesContext;
 
 /**
- * $Log$
- * Revision 1.9  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.8  2004/06/07 13:40:37  mwessendorf
- * solved Feature Request #966892
- *
- * Revision 1.7  2004/03/26 12:08:41  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/ByteConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/ByteConverter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/ByteConverter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/ByteConverter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -19,17 +19,6 @@
 import javax.faces.context.FacesContext;
 
 /**
- * $Log$
- * Revision 1.9  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.8  2004/06/07 13:40:37  mwessendorf
- * solved Feature Request #966892
- *
- * Revision 1.7  2004/03/26 12:08:41  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/CharacterConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/CharacterConverter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/CharacterConverter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/CharacterConverter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -19,14 +19,6 @@
 import javax.faces.context.FacesContext;
 
 /**
- * $Log$
- * Revision 1.7  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/03/26 12:08:41  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/Converter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/Converter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/Converter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/Converter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -19,17 +19,6 @@
 import javax.faces.context.FacesContext;
 
 /**
- * $Log$
- * Revision 1.7  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/06/07 12:17:36  mwessendorf
- * throws now ConverterException
- *
- * Revision 1.5  2004/03/26 12:08:41  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/ConverterException.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/ConverterException.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/ConverterException.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/ConverterException.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -19,14 +19,6 @@
 import javax.faces.application.FacesMessage;
 
 /**
- * $Log$
- * Revision 1.7  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/03/26 12:08:41  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/DateTimeConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/DateTimeConverter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/DateTimeConverter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/DateTimeConverter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -27,29 +27,6 @@
 /**
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.13  2004/07/11 05:23:24  svieujot
- * Remove the DEFAULT_TIME_ZONE
- *
- * Revision 1.12  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.11  2004/06/07 13:40:37  mwessendorf
- * solved Feature Request #966892
- *
- * Revision 1.10  2004/04/16 09:08:41  royalts
- * fixed getAsString: getTimeZone() may not be used here!!.
- *
- * Revision 1.9  2004/04/01 10:47:00  royalts
- * bugfix in restoreState
- *
- * Revision 1.8  2004/04/01 10:39:53  royalts
- * implements StateHoder was missing
- *
- * Revision 1.7  2004/03/26 12:08:42  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  */
 public class DateTimeConverter
         implements Converter, StateHolder

Modified: myfaces/trunk/src/jsfapi/javax/faces/convert/DoubleConverter.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/jsfapi/javax/faces/convert/DoubleConverter.java?rev=169646&r1=169645&r2=169646&view=diff
==============================================================================
--- myfaces/trunk/src/jsfapi/javax/faces/convert/DoubleConverter.java (original)
+++ myfaces/trunk/src/jsfapi/javax/faces/convert/DoubleConverter.java Wed May 11 08:34:57 2005
@@ -1,12 +1,12 @@
 /*
  * Copyright 2004 The Apache Software Foundation.
- * 
+ *
  * Licensed 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.
@@ -19,17 +19,6 @@
 import javax.faces.context.FacesContext;
 
 /**
- * $Log$
- * Revision 1.9  2004/07/01 22:00:51  mwessendorf
- * ASF switch
- *
- * Revision 1.8  2004/06/07 13:40:37  mwessendorf
- * solved Feature Request #966892
- *
- * Revision 1.7  2004/03/26 12:08:42  manolito
- * Exceptions in getAsString now catched and
- * more relaxed Number casting in all number converters
- *
  * @author Thomas Spiegl (latest modification by $Author$)
  * @version $Revision$ $Date$
  */