You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/07/23 17:59:18 UTC

svn commit: r1150137 [1/7] - in /myfaces/shared/branches/refactor_shared_4_1_x: ./ core/ core/src/main/java/org/apache/myfaces/shared/application/ core/src/main/java/org/apache/myfaces/shared/component/ core/src/main/java/org/apache/myfaces/shared/conf...

Author: lu4242
Date: Sat Jul 23 15:59:06 2011
New Revision: 1150137

URL: http://svn.apache.org/viewvc?rev=1150137&view=rev
Log:
sync with core and remove shared-impl module

Added:
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/resources/META-INF/myfaces-metadata.xml
Removed:
    myfaces/shared/branches/refactor_shared_4_1_x/shared-impl/
Modified:
    myfaces/shared/branches/refactor_shared_4_1_x/core/pom.xml
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/DefaultViewHandlerSupport.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/FacesServletMapping.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/InvalidViewIdException.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/ViewHandlerSupport.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/BindingAware.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/DisplayValueOnlyCapable.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/EscapeCapable.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/ExecuteOnCallback.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/AjaxExceptionHandlerImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ExceptionHandlerImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ResponseWriterWrapper.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/SwitchAjaxExceptionHandlerWrapperImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashScopeDisabledException.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/SubKeyMap.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/el/SimpleActionMethodBinding.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/ClientBehaviorEvents.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/JSFAttr.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/RendererUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/_SharedRendererUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HTML.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlBodyRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlButtonRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlCheckboxRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlFormRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlGridRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlGroupRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlImageRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlListboxRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlMenuRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlMessageRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlMessagesRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlOutcomeTargetButtonRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRadioRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRenderer.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlResponseWriterImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlSecretRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlTableRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlTextRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlTextareaRendererBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/FormInfo.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/HTMLEncoder.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/ResourceUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/UnicodeEncoder.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/AliasResourceMetaImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/BaseResourceHandlerSupport.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ClassLoaderResourceLoader.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ExternalContextResourceLoader.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ResourceHandlerCache.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ResourceHandlerSupport.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ResourceImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ResourceLoader.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ResourceLoaderUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ResourceMeta.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/resource/ResourceMetaImpl.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/UIComponentBodyELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/UIComponentBodyTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/UIComponentELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/UIComponentELTagUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/UIComponentTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/UIComponentTagUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/core/ConvertDateTimeTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/core/SelectItemTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlCommandButtonELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlCommandButtonTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlCommandLinkELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlCommandLinkTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlComponentBodyELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlComponentBodyTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlComponentELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlComponentTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlDataTableELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlDataTableTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlFormELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlFormTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlGraphicImageELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlGraphicImageTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputHiddenELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputHiddenTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputSecretELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputSecretTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputTextELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputTextTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputTextareaELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlInputTextareaTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlMessageELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlMessageTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlMessagesELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlMessagesTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputFormatELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputFormatTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputLabelELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputLabelTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputLinkELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputLinkTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputTextELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlOutputTextTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlPanelGridELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlPanelGridTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlPanelGroupELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlPanelGroupTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectBooleanCheckboxELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectBooleanCheckboxTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectListboxELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectListboxTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectManyCheckboxELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectManyCheckboxTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectMenuELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectMenuTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectOneRadioELTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/taglib/html/HtmlSelectOneRadioTagBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/test/ClassElementHandler.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/trace/Closure.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/trace/TracingIterator.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/trace/TracingSupport.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/ArrayUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/Assert.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/BiLevelCacheMap.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/ClassLoaderExtension.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/ClassLoaderUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/ClassUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/CommentUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/ExceptionUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/ExternalContextUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/FastWriter.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/HashMapUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/LocaleUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/MessageUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/MyFacesClassLoader.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/MyFacesObjectInputStream.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/NullEnumeration.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/NullIterator.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/ParametrizableFacesMessage.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/RequestType.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/RestoreStateUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/SelectItemsIterator.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/StateUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/StringUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/WebConfigParamUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/_ComponentUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/_EmptyIterator.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/el/ActionsMap.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/el/GenericMap.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/el/StringMap.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/el/TestsMap.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/serial/DefaultSerialFactory.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/serial/SerialFactory.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/servlet/SourceCodeServlet.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/xml/MyFacesErrorHandler.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/util/xml/XmlUtils.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/HttpServletResponseSwitch.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/JspViewDeclarationLanguageBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/ResponseSwitch.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/ServletResponseSwitch.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/SwitchableOutputStream.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/SwitchableWriter.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/ViewDeclarationLanguageBase.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/view/ViewResponseWrapper.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/webapp/webxml/DelegatedFacesServlet.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/webapp/webxml/FilterMapping.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/webapp/webxml/ServletMapping.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/webapp/webxml/WebXml.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/webapp/webxml/WebXmlParser.java
    myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/javascript/META-INF/resources/myfaces/_impl/oamSubmit.js
    myfaces/shared/branches/refactor_shared_4_1_x/pom.xml

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/pom.xml?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/pom.xml (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/pom.xml Sat Jul 23 15:59:06 2011
@@ -134,6 +134,110 @@
       </plugin>
     </plugins>
   </build>
+  
+  <profiles>
+    <!-- This profile synchronize the code inside myfaces core with the code hosted here.
+         To execute just type mvn install -Dsynch-shared=true and then just commit the changes.
+         Before each release remember comment this profile or point the shared reference to a non
+         snapshot version, so release plugin continue working. -->
+    <profile>
+      <id>synch-myfaces-impl-shared</id>
+      <properties>
+        <myfaces.impl.shared.version>2.1.2-SNAPSHOT</myfaces.impl.shared.version>
+      </properties>
+      <activation>
+        <property>
+            <name>synch-shared</name>
+            <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>unpack-sources</id>
+                <phase>generate-sources</phase>
+                <goals><goal>unpack</goal></goals>
+                <configuration>
+                  <artifactItems>
+                    <artifactItem>
+                       <groupId>org.apache.myfaces.core.internal</groupId>
+                       <artifactId>myfaces-impl-shared</artifactId>
+                       <version>${myfaces.impl.shared.version}</version>
+                       <type>jar</type>
+                       <classifier>sources</classifier>
+                     </artifactItem>
+                   </artifactItems>
+                   <includes>**/*.java</includes>
+                   <outputDirectory>${basedir}/src/main/java</outputDirectory>
+                </configuration>
+              </execution>
+              <execution>
+                <id>unpack-resources</id>
+                <phase>generate-sources</phase>
+                <goals><goal>unpack</goal></goals>
+                <configuration>
+                  <artifactItems>
+                    <artifactItem>
+                       <groupId>org.apache.myfaces.core.internal</groupId>
+                       <artifactId>myfaces-impl-shared</artifactId>
+                       <version>${myfaces.impl.shared.version}</version>
+                       <type>jar</type>
+                       <classifier>sources</classifier>
+                     </artifactItem>
+                   </artifactItems>
+                   <includes>META-INF/myfaces-metadata.xml</includes>
+                   <outputDirectory>${basedir}/src/main/resources</outputDirectory>
+                </configuration>
+              </execution>              
+              <execution>
+                <id>unpack-resources-sources</id>
+                <phase>generate-sources</phase>
+                <goals><goal>unpack</goal></goals>
+                <configuration>
+                  <overWriteReleases>true</overWriteReleases>
+                  <overWriteSnapshots>true</overWriteSnapshots>
+                  <artifactItems>
+                    <artifactItem>
+                       <groupId>org.apache.myfaces.core.internal</groupId>
+                       <artifactId>myfaces-impl-shared</artifactId>
+                       <version>${myfaces.impl.shared.version}</version>
+                       <type>jar</type>
+                     </artifactItem>
+                   </artifactItems>
+                   <includes>META-INF/internal-resources/**,META-INF/resources/**</includes>
+                   <outputDirectory>${project.build.directory}/refactored-shared-sources/main/resources</outputDirectory>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+              <artifactId>maven-antrun-plugin</artifactId>
+              <executions>
+                  <execution>
+                      <id>copy-javascript-files</id>
+                      <phase>generate-resources</phase>
+                      <configuration>
+                          <tasks>
+                              <copy file="${project.build.directory}/refactored-shared-sources/main/resources/META-INF/internal-resources/org.apache.myfaces/oamSubmit-uncompressed.js"
+                                   tofile="${basedir}/src/main/javascript/META-INF/resources/myfaces/_impl/oamSubmit.js" overwrite="true" 
+                                    verbose="true" failonerror="true"/>
+                          </tasks>
+                      </configuration>
+                      <goals>
+                          <goal>run</goal>
+                      </goals>
+                  </execution>
+              </executions>
+          </plugin>        
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  
   <reporting>
     <plugins>
       <plugin>

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/DefaultViewHandlerSupport.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/DefaultViewHandlerSupport.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/DefaultViewHandlerSupport.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/DefaultViewHandlerSupport.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.application;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/FacesServletMapping.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/FacesServletMapping.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/FacesServletMapping.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/FacesServletMapping.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.application;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/InvalidViewIdException.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/InvalidViewIdException.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/InvalidViewIdException.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/InvalidViewIdException.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.application;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/ViewHandlerSupport.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/ViewHandlerSupport.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/ViewHandlerSupport.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/application/ViewHandlerSupport.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.application;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/BindingAware.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/BindingAware.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/BindingAware.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/BindingAware.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.component;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/DisplayValueOnlyCapable.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/DisplayValueOnlyCapable.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/DisplayValueOnlyCapable.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/DisplayValueOnlyCapable.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.component;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/EscapeCapable.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/EscapeCapable.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/EscapeCapable.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/EscapeCapable.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.component;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/ExecuteOnCallback.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/ExecuteOnCallback.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/ExecuteOnCallback.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/component/ExecuteOnCallback.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.component;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.config;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/AjaxExceptionHandlerImpl.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/AjaxExceptionHandlerImpl.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/AjaxExceptionHandlerImpl.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/AjaxExceptionHandlerImpl.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.context;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ExceptionHandlerImpl.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ExceptionHandlerImpl.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ExceptionHandlerImpl.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ExceptionHandlerImpl.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.context;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ResponseWriterWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ResponseWriterWrapper.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ResponseWriterWrapper.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/ResponseWriterWrapper.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.context;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/SwitchAjaxExceptionHandlerWrapperImpl.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/SwitchAjaxExceptionHandlerWrapperImpl.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/SwitchAjaxExceptionHandlerWrapperImpl.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/SwitchAjaxExceptionHandlerWrapperImpl.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.context;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashImpl.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashImpl.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashImpl.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashImpl.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.context.flash;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashScopeDisabledException.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashScopeDisabledException.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashScopeDisabledException.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/FlashScopeDisabledException.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.context.flash;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/SubKeyMap.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/SubKeyMap.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/SubKeyMap.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/context/flash/SubKeyMap.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.context.flash;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/el/SimpleActionMethodBinding.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/el/SimpleActionMethodBinding.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/el/SimpleActionMethodBinding.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/el/SimpleActionMethodBinding.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.el;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/ClientBehaviorEvents.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/ClientBehaviorEvents.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/ClientBehaviorEvents.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/ClientBehaviorEvents.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/JSFAttr.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/JSFAttr.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/JSFAttr.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/JSFAttr.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/RendererUtils.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/RendererUtils.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/RendererUtils.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/RendererUtils.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/_SharedRendererUtils.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/_SharedRendererUtils.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/_SharedRendererUtils.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/_SharedRendererUtils.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HTML.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HTML.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HTML.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HTML.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit.html;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlBodyRendererBase.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlBodyRendererBase.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlBodyRendererBase.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlBodyRendererBase.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit.html;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlButtonRendererBase.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlButtonRendererBase.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlButtonRendererBase.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlButtonRendererBase.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit.html;
 

Modified: myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlCheckboxRendererBase.java
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlCheckboxRendererBase.java?rev=1150137&r1=1150136&r2=1150137&view=diff
==============================================================================
--- myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlCheckboxRendererBase.java (original)
+++ myfaces/shared/branches/refactor_shared_4_1_x/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlCheckboxRendererBase.java Sat Jul 23 15:59:06 2011
@@ -1,20 +1,20 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.myfaces.shared.renderkit.html;