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 18:45:12 UTC

svn commit: r169655 [1/8] - in /myfaces/trunk: src/cactus/org/apache/myfaces/renderkit/html/ src/cactus/org/apache/myfaces/taglib/core/ src/cactus/org/apache/myfaces/taglib/html/ src/components/org/apache/myfaces/renderkit/html/ext/ src/components/org/apache/myfaces/taglib/html/ext/ src/junit/org/apache/myfaces/renderkit/ src/junit/org/apache/myfaces/renderkit/html/ src/junit/org/apache/myfaces/renderkit/html/util/ src/junit/org/apache/myfaces/util/ src/junit/org/apache/myfaces/webapp/ src/myfaces/org/apache/myfaces/lifecycle/ src/myfaces/org/apache/myfaces/portlet/ src/myfaces/org/apache/myfaces/renderkit/ src/myfaces/org/apache/myfaces/renderkit/html/ src/myfaces/org/apache/myfaces/taglib/core/ src/myfaces/org/apache/myfaces/taglib/html/ src/myfaces/org/apache/myfaces/util/ src/myfaces/org/apache/myfaces/webapp/ src/myfaces/org/apache/myfaces/webapp/filter/ src/share/org/apache/myfaces/renderkit/ src/share/org/apache/myfaces/renderkit/html/ src/share/org/apache/myfaces/renderkit/html/util/ src/share/org/apache/myfaces/taglib/ src/share/org/apache/myfaces/taglib/core/ src/share/org/apache/myfaces/taglib/html/ src/share/org/apache/myfaces/util/ src/share/org/apache/myfaces/webapp/webxml/ src/wml/org/apache/myfaces/wap/base/ src/wml/org/apache/myfaces/wap/def/ src/wml/org/apache/myfaces/wap/renderkit/ src/wml/org/apache/myfaces/wap/renderkit/wml/ src/xdoclet/org/apache/myfaces/xdoclet/ webapps/src/example/org/apache/myfaces/examples/validate/

Author: grantsmith
Date: Wed May 11 09:45:06 2005
New Revision: 169655

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

Modified:
    myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/Bug978654CactusTest.java
    myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlInputHiddenCactusTest.java
    myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlOutputLinkCactusTest.java
    myfaces/trunk/src/cactus/org/apache/myfaces/taglib/core/Bug979039CactusTest.java
    myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/DivTagCactusTest.java
    myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlInputHiddenTagCactusTest.java
    myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlSelectBooleanCheckboxTagCactusTest.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlButtonRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlLinkRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlListboxRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMenuRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessagesRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlSecretRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextareaRenderer.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandButtonTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandLinkTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlDataTableTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputHiddenTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextareaTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessageTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessagesTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputLabelTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputTextTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlPanelGroupTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectManyCheckboxTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneMenuTag.java
    myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.java
    myfaces/trunk/src/junit/org/apache/myfaces/renderkit/RendererUtilsTest.java
    myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/HtmlRendererUtilsTest.java
    myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/util/JavascriptUtilsTest.java
    myfaces/trunk/src/junit/org/apache/myfaces/util/ClassUtilsTest.java
    myfaces/trunk/src/junit/org/apache/myfaces/webapp/DummyServlet.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/lifecycle/LifecycleImpl.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/portlet/DefaultViewSelector.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/portlet/MyFacesGenericPortlet.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/RenderKitFactoryImpl.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlButtonRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlCheckboxRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlGridRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlHiddenRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlImageRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlLabelRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlLinkRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlListboxRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlMenuRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlMessageRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlMessagesRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlRadioRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlSecretRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlTableRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlTextRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/renderkit/html/HtmlTextareaRenderer.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/core/ConvertDateTimeTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/core/ConvertNumberTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/core/LoadBundleTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/core/SelectItemTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/core/ViewTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlColumnTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlCommandButtonTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlCommandLinkTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlDataTableTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlFormTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlGraphicImageTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlInputSecretTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlInputTextTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlInputTextareaTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlMessageTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlMessagesTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlOutputFormatTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlOutputLabelTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlOutputLinkTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlOutputTextTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlPanelGridTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlPanelGroupTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlSelectBooleanCheckboxTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlSelectManyCheckboxTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlSelectManyListboxTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlSelectManyMenuTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlSelectOneListboxTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlSelectOneMenuTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/taglib/html/HtmlSelectOneRadioTag.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/util/DebugUtils.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/util/IteratorEnumeration.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/util/ReverseListIterator.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/webapp/MyFacesServlet.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/webapp/StartupServletContextListener.java
    myfaces/trunk/src/myfaces/org/apache/myfaces/webapp/filter/JavaScriptDetectorFilter.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/RendererUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/_SharedRendererUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HTML.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlButtonRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlCheckboxRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlFormRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlLinkRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlListboxRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlMenuRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlMessageRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlMessagesRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlRadioRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlRenderer.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlRendererUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlResponseWriterImpl.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlSecretRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlTableRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlTextRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/HtmlTextareaRendererBase.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/util/DummyFormUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/renderkit/html/util/JavascriptUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/UIComponentBodyTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/UIComponentTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/UIComponentTagUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/core/SelectItemTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlCommandButtonTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlCommandLinkTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlComponentBodyTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlComponentTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlDataTableTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlFormTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlGraphicImageTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlInputHiddenTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlInputSecretTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlInputTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlInputTextTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlInputTextareaTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlMessageTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlOutputFormatTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlOutputLabelTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlOutputLinkTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlOutputTextTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlPanelGridTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlPanelGroupTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlSelectBooleanCheckboxTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlSelectListboxTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlSelectManyCheckboxTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlSelectMenuTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/taglib/html/HtmlSelectOneRadioTagBase.java
    myfaces/trunk/src/share/org/apache/myfaces/util/ArrayUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/util/BiLevelCacheMap.java
    myfaces/trunk/src/share/org/apache/myfaces/util/ClassUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/util/LocaleUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/util/MessageUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/util/NullEnumeration.java
    myfaces/trunk/src/share/org/apache/myfaces/util/NullIterator.java
    myfaces/trunk/src/share/org/apache/myfaces/util/StringUtils.java
    myfaces/trunk/src/share/org/apache/myfaces/webapp/webxml/WebXml.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/base/ActionSourceTagBase.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/base/ComponentTagBase.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/base/ConstantMethodBinding.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/base/EditableValueHolderTagBase.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/base/MessageTagBase.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/base/ValueHolderTagBase.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/Column.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/CommandButton.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/CommandLink.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/DataTable.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/Form.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/GraphicImage.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/InputSecret.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/InputText.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/Message.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/Messages.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/OutputLink.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/OutputText.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/PanelGrid.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/PanelGroup.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/SelectBoolean.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/SelectMany.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/def/SelectOne.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/Attributes.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/RendererUtils.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/WmlRenderKitImpl.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/WmlRenderUtils.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/WmlRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/WmlResponseStateManagerImpl.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/WmlResponseWriterImpl.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/ColumnRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/CommandButtonRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/CommandLinkRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/FormRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/GridRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/GroupRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/ImageRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/InputSecretRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/InputTextRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/MessageRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/MessagesRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/OutputLinkRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/OutputTextRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/SelectBooleanRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/SelectManyRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/SelectOneRenderer.java
    myfaces/trunk/src/wml/org/apache/myfaces/wap/renderkit/wml/TableRenderer.java
    myfaces/trunk/src/xdoclet/org/apache/myfaces/xdoclet/FacesConfigSubTask.java
    myfaces/trunk/webapps/src/example/org/apache/myfaces/examples/validate/ValidateForm.java

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/Bug978654CactusTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/Bug978654CactusTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/Bug978654CactusTest.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/Bug978654CactusTest.java Wed May 11 09:45:06 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.
@@ -28,22 +28,6 @@
 /**
  * @author <a href="mailto:oliver@rossmueller.com">Oliver Rossmueller</a>
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:57:56  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/06/28 22:12:11  o_rossmueller
- * fix #978654: do not coerce null
- *
- * Revision 1.1  2004/05/26 17:19:57  o_rossmueller
- * test for bug 948626
- *
- * Revision 1.1  2004/05/04 06:36:20  manolito
- * Bugfix #947302
- *
  */
 public class Bug978654CactusTest
         extends ServletTestCase

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlInputHiddenCactusTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlInputHiddenCactusTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlInputHiddenCactusTest.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlInputHiddenCactusTest.java Wed May 11 09:45:06 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.
@@ -27,19 +27,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:57:56  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/26 17:19:57  o_rossmueller
- * test for bug 948626
- *
- * Revision 1.1  2004/05/04 06:36:20  manolito
- * Bugfix #947302
- *
  */
 public class HtmlInputHiddenCactusTest
         extends ServletTestCase

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlOutputLinkCactusTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlOutputLinkCactusTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlOutputLinkCactusTest.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/renderkit/html/HtmlOutputLinkCactusTest.java Wed May 11 09:45:06 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.
@@ -25,16 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:57:56  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/04 06:36:20  manolito
- * Bugfix #947302
- *
  */
 public class HtmlOutputLinkCactusTest
         extends ServletTestCase

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/taglib/core/Bug979039CactusTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/taglib/core/Bug979039CactusTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/taglib/core/Bug979039CactusTest.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/taglib/core/Bug979039CactusTest.java Wed May 11 09:45:06 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.
@@ -25,22 +25,6 @@
 /**
  * @author <a href="mailto:oliver@rossmueller.com">Oliver Rossmueller</a>
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:57:59  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/06/26 00:34:49  o_rossmueller
- * fix #979039: default type = number for convertNumber
- *
- * Revision 1.1  2004/05/26 17:19:57  o_rossmueller
- * test for bug 948626
- *
- * Revision 1.1  2004/05/04 06:36:20  manolito
- * Bugfix #947302
- *
  */
 public class Bug979039CactusTest
         extends ServletTestCase

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/DivTagCactusTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/DivTagCactusTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/DivTagCactusTest.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/DivTagCactusTest.java Wed May 11 09:45:06 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.
@@ -27,10 +27,6 @@
 /**
  * @author Bill Dudney (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.1  2004/11/08 13:33:50  bdudney
- * adding a cactus test for the new div element
- *
  */
 public class DivTagCactusTest
         extends ServletTestCase

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlInputHiddenTagCactusTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlInputHiddenTagCactusTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlInputHiddenTagCactusTest.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlInputHiddenTagCactusTest.java Wed May 11 09:45:06 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.
@@ -27,16 +27,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:56  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:57:58  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/04/23 15:12:14  manolito
- * inputHidden bug reported by Travis
- *
  */
 public class HtmlInputHiddenTagCactusTest
         extends ServletTestCase

Modified: myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlSelectBooleanCheckboxTagCactusTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlSelectBooleanCheckboxTagCactusTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlSelectBooleanCheckboxTagCactusTest.java (original)
+++ myfaces/trunk/src/cactus/org/apache/myfaces/taglib/html/HtmlSelectBooleanCheckboxTagCactusTest.java Wed May 11 09:45:06 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.
@@ -25,22 +25,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:58  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/04/23 15:12:14  manolito
- * inputHidden bug reported by Travis
- *
- * Revision 1.2  2004/04/23 13:57:54  manolito
- * bug #940740
- *
- * Revision 1.1  2004/04/23 12:09:02  manolito
- * cactus problems
- *
  */
 public class HtmlSelectBooleanCheckboxTagCactusTest
         extends ServletTestCase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlButtonRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlButtonRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlButtonRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlButtonRenderer.java Wed May 11 09:45:06 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,16 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
  */
 public class HtmlButtonRenderer
     extends HtmlButtonRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java Wed May 11 09:45:06 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,32 +34,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.8  2005/01/18 22:43:05  svieujot
- * Fix some bugs where converter wasn't used to determine selected values.
- * This caused for examples the list, checkbox and radio based components to bug when the backing bean value type is a primitive.
- *
- * Revision 1.7  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.6  2004/08/13 15:47:08  manolito
- * No decode for spread checkbox or radio
- *
- * Revision 1.5  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.4  2004/06/04 00:26:16  o_rossmueller
- * modified renderes to comply with JSF 1.1
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 09:11:03  manolito
- * extended exception messages
- *
- * Revision 1.1  2004/04/02 13:57:11  manolito
- * extended HtmlSelectManyCheckbox with layout "spread" and custom Checkbox component
- *
  */
 public class HtmlCheckboxRenderer
         extends HtmlCheckboxRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlLinkRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlLinkRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlLinkRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlLinkRenderer.java Wed May 11 09:45:06 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,19 +26,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.4  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.2  2004/06/08 02:05:14  o_rossmueller
- * as for JSF 1.1 value is rendered as link text by standard link renderer
- *
- * Revision 1.1  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
  */
 public class HtmlLinkRenderer
         extends HtmlLinkRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlListboxRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlListboxRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlListboxRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlListboxRenderer.java Wed May 11 09:45:06 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,16 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
  */
 public class HtmlListboxRenderer
         extends HtmlListboxRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMenuRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMenuRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMenuRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMenuRenderer.java Wed May 11 09:45:06 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,16 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
  */
 public class HtmlMenuRenderer
         extends HtmlMenuRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java Wed May 11 09:45:06 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.
@@ -39,37 +39,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.10  2005/02/11 13:24:01  mmarinschek
- * fix jira 60, showing fix in examples
- *
- * Revision 1.9  2005/01/26 17:48:22  mmarinschek
- * small changes
- *
- * Revision 1.8  2005/01/26 13:27:16  mmarinschek
- * The x:message tags are now extended to use the column-name as a label for all inputs in an x:dataTable, without having to specify additional information.
- *
- * Revision 1.7  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.6  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.5  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.4  2004/04/05 15:02:46  manolito
- * for-attribute issues
- *
- * Revision 1.3  2004/03/31 14:51:46  manolito
- * summaryFormat and detailFormat support
- *
- * Revision 1.2  2004/03/30 17:47:32  manolito
- * Message and Messages refactored
- *
- * Revision 1.1  2004/03/30 13:27:05  manolito
- * extended Message component
- *
  */
 public class HtmlMessageRenderer
         extends HtmlMessageRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessagesRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessagesRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessagesRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlMessagesRenderer.java Wed May 11 09:45:06 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.
@@ -28,31 +28,12 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.6  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.5  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.4  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/04/01 14:34:22  manolito
- * new globalSummaryFormat attribute
- *
- * Revision 1.2  2004/03/31 14:51:46  manolito
- * summaryFormat and detailFormat support
- *
- * Revision 1.1  2004/03/30 17:47:32  manolito
- * Message and Messages refactored
- *
  */
 public class HtmlMessagesRenderer
-        extends HtmlMessagesRendererBase 
+        extends HtmlMessagesRendererBase
 {
     //private static final Log log = LogFactory.getLog(HtmlMessagesRenderer.class);
-    
+
 
     public void encodeEnd(FacesContext facesContext, UIComponent component)
             throws IOException

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java Wed May 11 09:45:06 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.
@@ -36,34 +36,6 @@
  * @author Manfred Geiler (latest modification by $Author$)
  * @author Thomas Spiegl
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.9  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.8  2004/08/13 15:47:08  manolito
- * No decode for spread checkbox or radio
- *
- * Revision 1.7  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/06/04 00:26:16  o_rossmueller
- * modified renderes to comply with JSF 1.1
- *
- * Revision 1.5  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.4  2004/04/05 09:11:03  manolito
- * extended exception messages
- *
- * Revision 1.3  2004/04/02 13:57:11  manolito
- * extended HtmlSelectManyCheckbox with layout "spread" and custom Checkbox component
- *
- * Revision 1.2  2004/03/31 15:15:59  royalts
- * no message
- *
- * Revision 1.1  2004/03/31 13:26:08  manolito
- * extended radio renderer
- *
  */
 public class HtmlRadioRenderer
         extends HtmlRadioRendererBase
@@ -162,7 +134,7 @@
                     selectItem.getLabel(),
                     currentValue == null && itemValue == null ||
                     currentValue != null && currentValue.equals(itemValue), false);
-        writer.endElement(HTML.LABEL_ELEM);        
+        writer.endElement(HTML.LABEL_ELEM);
     }
 
 

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlSecretRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlSecretRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlSecretRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlSecretRenderer.java Wed May 11 09:45:06 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,16 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
  */
 public class HtmlSecretRenderer
         extends HtmlSecretRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextRenderer.java Wed May 11 09:45:06 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,16 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
  */
 public class HtmlTextRenderer
         extends HtmlTextRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextareaRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextareaRenderer.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextareaRenderer.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTextareaRenderer.java Wed May 11 09:45:06 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,16 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
  */
 public class HtmlTextareaRenderer
         extends HtmlTextareaRendererBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandButtonTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandButtonTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandButtonTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandButtonTag.java Wed May 11 09:45:06 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.
@@ -24,28 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.7  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.6  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.5  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.4  2004/05/18 15:07:11  manolito
- * no message
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.1  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlCommandButtonTag
         extends HtmlCommandButtonTagBase
@@ -69,7 +47,7 @@
         _enabledOnUserRole=null;
         _visibleOnUserRole=null;
     }
-    
+
     protected void setProperties(UIComponent component)
     {
         super.setProperties(component);

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandLinkTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandLinkTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandLinkTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlCommandLinkTag.java Wed May 11 09:45:06 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.
@@ -24,31 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.8  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.7  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.6  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.5  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.4  2004/04/29 18:51:20  o_rossmueller
- * moved 'target' attribute to standard htmlCommandLink
- *
- * Revision 1.3  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.2  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
- * Revision 1.1  2004/03/31 12:15:28  manolito
- * custom component refactoring
- *
  */
 public class HtmlCommandLinkTag
         extends HtmlCommandLinkTagBase
@@ -76,7 +51,7 @@
         _enabledOnUserRole=null;
         _visibleOnUserRole=null;
     }
-    
+
     protected void setProperties(UIComponent component)
     {
         super.setProperties(component);

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlDataTableTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlDataTableTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlDataTableTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlDataTableTag.java Wed May 11 09:45:06 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.
@@ -24,43 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.12  2005/03/19 04:27:55  svieujot
- * Align default values for preserveDataModel and preserveSort between HtmlDataTable.java, HtmlDataTableTag.java and the TLD.
- *
- * Revision 1.11  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.10  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.9  2004/09/10 14:15:00  manolito
- * new previousRowDataVar attribute in extended HtmlDataTable
- *
- * Revision 1.8  2004/08/20 07:14:41  manolito
- * HtmlDataTable now also supports rowIndexVar and rowCountVar
- *
- * Revision 1.7  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/05/21 10:39:27  manolito
- * new renderedIfEmpty attribute in ext. HtmlDataTable component
- *
- * Revision 1.5  2004/05/18 15:07:11  manolito
- * no message
- *
- * Revision 1.4  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.3  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.2  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
- * Revision 1.1  2004/03/31 12:15:28  manolito
- * custom component refactoring
- *
  */
 public class HtmlDataTableTag
         extends HtmlDataTableTagBase
@@ -87,7 +50,7 @@
     private String _rowIndexVar;
     private String _rowCountVar;
     private String _previousRowDataVar;
-    
+
     public void release() {
         super.release();
 

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputHiddenTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputHiddenTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputHiddenTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputHiddenTag.java Wed May 11 09:45:06 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,28 +22,6 @@
  * @author Manfred Geiler (latest modification by $Author$)
  * @author Martin Marinschek
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.1  2005/04/19 20:51:45  schof
- * Moved HtmlInputHiddenTag to the components package since I needed a tag for x:inputHidden.  It could not stay in the share directory since the component it references is not in the share package.  Since HtmlInputHiddenTagBase was not doing anything I changed it so it could serve as the tag for h:inputHidden.
- *
- * Revision 1.2  2005/04/19 15:14:27  schof
- * Fixes MYFACES-193
- *
- * Revision 1.1  2005/03/30 22:52:28  schof
- * Fixes MYFACES-146.  Tag needs to be in the shared source codebase because it is also used by extensions jar.  Thanks to Hal Deadman for reporting and investigating this bug.
- *
- * Revision 1.12  2004/10/13 11:51:00  matze
- * renamed packages to org.apache
- *
- * Revision 1.11  2004/07/01 22:05:05  mwessendorf
- * ASF switch
- *
- * Revision 1.10  2004/04/05 11:04:56  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.9  2004/04/01 12:57:43  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlInputHiddenTag
         extends HtmlInputHiddenTagBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextTag.java Wed May 11 09:45:06 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.
@@ -24,28 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.7  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.6  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.5  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.4  2004/05/18 15:07:12  manolito
- * no message
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.1  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlInputTextTag
         extends HtmlInputTextTagBase
@@ -69,7 +47,7 @@
         _enabledOnUserRole=null;
         _visibleOnUserRole=null;
     }
-    
+
     protected void setProperties(UIComponent component)
     {
         super.setProperties(component);

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextareaTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextareaTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextareaTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlInputTextareaTag.java Wed May 11 09:45:06 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.
@@ -24,16 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.2  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.1  2004/08/12 14:24:04  manolito
- * Extended HtmlInputTextarea component
- *
  */
 public class HtmlInputTextareaTag
         extends HtmlInputTextareaTagBase
@@ -57,7 +47,7 @@
         _enabledOnUserRole=null;
         _visibleOnUserRole=null;
     }
-    
+
     protected void setProperties(UIComponent component)
     {
         super.setProperties(component);

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessageTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessageTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessageTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessageTag.java Wed May 11 09:45:06 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.
@@ -24,37 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.10  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.9  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.8  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.7  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.5  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.4  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
- * Revision 1.3  2004/03/31 14:51:47  manolito
- * summaryFormat and detailFormat support
- *
- * Revision 1.2  2004/03/30 17:47:32  manolito
- * Message and Messages refactored
- *
- * Revision 1.1  2004/03/30 13:27:05  manolito
- * extended Message component
- *
  */
 public class HtmlMessageTag
         extends HtmlMessageTagBase

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessagesTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessagesTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessagesTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlMessagesTag.java Wed May 11 09:45:06 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,31 +25,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.10  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.9  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.8  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.7  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.6  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.5  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.4  2004/04/01 14:34:23  manolito
- * new globalSummaryFormat attribute
- *
- * Revision 1.3  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlMessagesTag
         extends HtmlMessagesTagBase
@@ -72,7 +47,7 @@
     private String _enabledOnUserRole;
     private String _visibleOnUserRole;
     private String _replaceIdWithLabel;
-    
+
     public void release() {
         super.release();
 

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputLabelTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputLabelTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputLabelTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputLabelTag.java Wed May 11 09:45:06 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.
@@ -24,25 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.6  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.5  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.4  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.1  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlOutputLabelTag
         extends HtmlOutputLabelTagBase
@@ -59,7 +40,7 @@
 
     private String _enabledOnUserRole;
     private String _visibleOnUserRole;
-    
+
     public void release() {
         super.release();
         _enabledOnUserRole=null;

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputTextTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputTextTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputTextTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlOutputTextTag.java Wed May 11 09:45:06 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.
@@ -24,31 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.8  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.7  2005/01/10 07:57:29  matzew
- * closed MyFace-76. Thanks to sean schofield
- *
- * Revision 1.6  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.5  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.4  2004/05/18 15:07:12  manolito
- * no message
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.1  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlOutputTextTag
         extends HtmlOutputTextTagBase
@@ -71,7 +46,7 @@
         _enabledOnUserRole=null;
         _visibleOnUserRole=null;
    }
-    
+
     protected void setProperties(UIComponent component)
     {
         super.setProperties(component);

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlPanelGroupTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlPanelGroupTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlPanelGroupTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlPanelGroupTag.java Wed May 11 09:45:06 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.
@@ -24,25 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.6  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.5  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.4  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.1  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlPanelGroupTag
         extends HtmlPanelGroupTagBase
@@ -59,7 +40,7 @@
 
     private String _enabledOnUserRole;
     private String _visibleOnUserRole;
-    
+
     public void release() {
         super.release();
         _enabledOnUserRole=null;

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectManyCheckboxTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectManyCheckboxTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectManyCheckboxTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectManyCheckboxTag.java Wed May 11 09:45:06 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/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.5  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.4  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.1  2004/04/02 13:57:11  manolito
- * extended HtmlSelectManyCheckbox with layout "spread" and custom Checkbox component
- *
  */
 public class HtmlSelectManyCheckboxTag
         extends HtmlSelectManyCheckboxTagBase
@@ -60,13 +41,13 @@
 
     private String _enabledOnUserRole;
     private String _visibleOnUserRole;
-    
+
     public void release() {
         super.release();
         _enabledOnUserRole=null;
         _visibleOnUserRole=null;
    }
-    
+
     protected void setProperties(UIComponent component)
     {
         super.setProperties(component);

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneMenuTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneMenuTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneMenuTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneMenuTag.java Wed May 11 09:45:06 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.
@@ -24,28 +24,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.7  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.6  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.5  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.4  2004/05/18 15:07:12  manolito
- * no message
- *
- * Revision 1.3  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.2  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.1  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
  */
 public class HtmlSelectOneMenuTag
         extends HtmlSelectMenuTagBase
@@ -68,7 +46,7 @@
         _enabledOnUserRole=null;
         _visibleOnUserRole=null;
     }
-    
+
     protected void setProperties(UIComponent component)
     {
         super.setProperties(component);

Modified: myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.java (original)
+++ myfaces/trunk/src/components/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.java Wed May 11 09:45:06 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,31 +25,6 @@
  * @author Manfred Geiler (latest modification by $Author$)
  * @author Martin Marinschek
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.8  2005/02/18 17:19:29  matzew
- * added release() to tag clazzes.
- *
- * Revision 1.7  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.6  2004/07/01 21:53:06  mwessendorf
- * ASF switch
- *
- * Revision 1.5  2004/05/18 14:31:38  manolito
- * user role support completely moved to components source tree
- *
- * Revision 1.4  2004/04/05 11:04:55  manolito
- * setter for renderer type removed, no more default renderer type needed
- *
- * Revision 1.3  2004/04/01 12:57:42  manolito
- * additional extended component classes for user role support
- *
- * Revision 1.2  2004/03/31 13:30:13  manolito
- * no message
- *
- * Revision 1.1  2004/03/31 13:26:09  manolito
- * extended radio renderer
- *
  */
 public class HtmlSelectOneRadioTag
         extends HtmlSelectOneRadioTagBase
@@ -66,7 +41,7 @@
 
     private String _enabledOnUserRole;
     private String _visibleOnUserRole;
-    
+
     public void release() {
         super.release();
         _enabledOnUserRole=null;

Modified: myfaces/trunk/src/junit/org/apache/myfaces/renderkit/RendererUtilsTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/junit/org/apache/myfaces/renderkit/RendererUtilsTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/junit/org/apache/myfaces/renderkit/RendererUtilsTest.java (original)
+++ myfaces/trunk/src/junit/org/apache/myfaces/renderkit/RendererUtilsTest.java Wed May 11 09:45:06 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.
@@ -28,16 +28,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 22:01:21  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/03 08:05:19  manolito
- * new test
- *
  */
 public class RendererUtilsTest
         extends MyFacesBaseTest

Modified: myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/HtmlRendererUtilsTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/HtmlRendererUtilsTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/HtmlRendererUtilsTest.java (original)
+++ myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/HtmlRendererUtilsTest.java Wed May 11 09:45:06 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,16 +20,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 22:01:37  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/04/29 14:25:21  manolito
- * javascript function name bugfix
- *
  */
 public class HtmlRendererUtilsTest
         extends TestCase

Modified: myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/util/JavascriptUtilsTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/util/JavascriptUtilsTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/util/JavascriptUtilsTest.java (original)
+++ myfaces/trunk/src/junit/org/apache/myfaces/renderkit/html/util/JavascriptUtilsTest.java Wed May 11 09:45:06 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$)
  * @author Anton Koinov
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.4  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.3  2004/07/09 02:44:55  dave0000
- * More efficient implementation
- *
- * Revision 1.2  2004/07/01 22:01:09  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/04/29 14:25:20  manolito
- * javascript function name bugfix
- *
  */
 public class JavascriptUtilsTest
         extends TestCase
@@ -45,9 +32,9 @@
     {
         super(s);
     }
-    
+
     /**
-     * We use the fact that the first 128 characters match their UTF-8 byte 
+     * We use the fact that the first 128 characters match their UTF-8 byte
      * encoding in our code. Make sure that is really the case.
      */
     public void testUTF()
@@ -64,7 +51,7 @@
             }
         }
     }
-    
+
     public void testGetValidJavascriptName()
     {
         String s, r;

Modified: myfaces/trunk/src/junit/org/apache/myfaces/util/ClassUtilsTest.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/junit/org/apache/myfaces/util/ClassUtilsTest.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/junit/org/apache/myfaces/util/ClassUtilsTest.java (original)
+++ myfaces/trunk/src/junit/org/apache/myfaces/util/ClassUtilsTest.java Wed May 11 09:45:06 2005
@@ -5,13 +5,6 @@
 /**
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/10/05 22:34:20  dave0000
- * bug 1021656 with related improvements
- *
  */
 public class ClassUtilsTest
         extends TestCase

Modified: myfaces/trunk/src/junit/org/apache/myfaces/webapp/DummyServlet.java
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/junit/org/apache/myfaces/webapp/DummyServlet.java?rev=169655&r1=169654&r2=169655&view=diff
==============================================================================
--- myfaces/trunk/src/junit/org/apache/myfaces/webapp/DummyServlet.java (original)
+++ myfaces/trunk/src/junit/org/apache/myfaces/webapp/DummyServlet.java Wed May 11 09:45:06 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,16 +23,6 @@
  *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
- * $Log$
- * Revision 1.3  2004/10/13 11:50:59  matze
- * renamed packages to org.apache
- *
- * Revision 1.2  2004/07/01 22:01:21  mwessendorf
- * ASF switch
- *
- * Revision 1.1  2004/05/26 09:24:35  manolito
- * no message
- *
  */
 public class DummyServlet
         implements Servlet