/[Apache-SVN]
ViewVC logotype

Revision 1142719


Jump to revision: Previous Next
Author: jakobk
Date: Mon Jul 4 15:38:35 2011 UTC (12 years, 9 months ago)
Changed paths: 153 (showing only 100; show all)
Log Message:
MYFACES-3205 Create prototype for using shade-plugin to re-package and include shared into core (first draft, javadoc not entirely working yet)

Changed paths

Path Details
Directorymyfaces/core/branches/2.0.8_shade_prototype/api/pom.xml modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/bundle/pom.xml modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/pom.xml modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/ApplicationImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/DefaultResourceHandlerSupport.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/NavigationHandlerImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/ResourceHandlerImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/TreeStructureManager.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/ViewHandlerImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/jsp/JspStateManagerImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/jsp/JspViewHandlerImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/application/jsp/ServletViewResponseWrapper.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/ConfigFilesXmlValidationUtils.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/DefaultFacesConfigResourceProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/DefaultFacesConfigurationProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/FacesConfigValidator.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/LogMetaInfUtils.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/ManagedBeanBuilder.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/annotation/DefaultAnnotationProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/annotation/DefaultLifecycleProviderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/annotation/NoAnnotationLifecyleProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/annotation/NoInjectionAnnotationLifecycleProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/annotation/Tomcat7AnnotationLifecycleProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/annotation/TomcatAnnotationLifecycleProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/annotation/_PackageInfo.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/impl/FacesConfigEntityResolver.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/impl/digester/DigesterFacesConfigUnmarshallerImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/config/impl/digester/elements/ManagedBean.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/context/ExceptionHandlerFactoryImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/context/FacesContextFactoryImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/context/MyFacesExceptionHandlerWrapperImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/context/servlet/FacesContextImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/context/servlet/PartialViewContextImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/context/servlet/SessionMap.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/el/VariableResolverToApplicationELResolverAdapter.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/el/convert/ValueBindingToValueExpression.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/el/convert/ValueExpressionToValueBinding.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/lifecycle/DefaultRestoreViewSupport.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/lifecycle/LifecycleImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/ErrorPageWriter.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/ServerSideStateCacheImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlBodyRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlButtonRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlCheckboxRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlCompositeComponentRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlCompositeFacetRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlFormRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlFormatRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlGridRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlGroupRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlHeadRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlHiddenRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlImageRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlLabelRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlLinkRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlListboxRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlMenuRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlMessageRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlMessagesRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlOutcomeTargetButtonRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlRadioRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlRenderKitImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlScriptRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlSecretRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlStylesheetRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlTableRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlTextRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlTextareaRenderer.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/resource/InternalClassLoaderResourceLoader.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/FactoryFinderProviderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/ServiceProviderFinderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/WebConfigProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultAnnotationProviderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultFaceletConfigResourceProviderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultFacesConfigResourceProviderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultFacesConfigurationMergerFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultFacesConfigurationProviderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultServiceProviderFinder.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultWebConfigProvider.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/DefaultWebConfigProviderFactory.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/ServletMappingImpl.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/spi/impl/SpiUtils.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/ConvertDateTimeTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/ConvertNumberTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/DelegateActionListener.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/GenericListenerTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/LoadBundleTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/ParamTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/PhaseListenerTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/SelectItemTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/VerbatimTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/taglib/core/ViewTag.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/util/ContainerUtils.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/view/facelets/DefaultFaceletsStateManagementHelper.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/view/facelets/DefaultFaceletsStateManagementStrategy.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java modified , text changed
Directorymyfaces/core/branches/2.0.8_shade_prototype/impl/src/main/java/org/apache/myfaces/view/facelets/compiler/BodyEndElementInstruction.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26