/[Apache-SVN]
ViewVC logotype

Revision 658390


Jump to revision: Previous Next
Author: hlship
Date: Tue May 20 18:51:35 2008 UTC (15 years, 11 months ago)
Changed paths: 1668 (showing only 100; show all)
Log Message:
TAPESTRY-2421: Allow Tapestry4/Tapestry5 to be deployed in the same WAR

Changed paths

Path Details
Directorytapestry/tapestry5/branches/hlship-20080520/build.xml modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/quickstart/src/main/resources/META-INF/archetype.xml modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/quickstart/src/main/resources/archetype-resources/src/main/java/pages/Index.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/quickstart/src/main/resources/archetype-resources/src/main/java/services/AppModule.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/src/site/apt/dev/bible.apt modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/src/site/apt/index.apt modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/src/site/xdoc/release-notes.xml modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/DataType.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/NonVisual.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/OrderAfter.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/OrderBefore.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/RelativePosition.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/Validate.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/Width.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/ioc/annotations/Inject.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/ioc/annotations/InjectService.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/ioc/annotations/IntermediateType.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/ioc/annotations/Primary.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/ioc/annotations/Symbol.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-annotations/src/main/java/org/apache/tapestry5/ioc/annotations/Value.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-component-report/src/main/java/org/apache/tapestry/mojo/ClassDescription.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-component-report/src/main/java/org/apache/tapestry/mojo/ComponentReport.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-component-report/src/main/java/org/apache/tapestry/mojo/ParameterDescription.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-component-report/src/main/java/org/apache/tapestry/mojo/ParametersDoclet.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/pom.xml modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/AbstractOptionModel.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Asset.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/BaseValidationDecorator.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Binding.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/BindingConstants.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Block.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/BlockNotFoundException.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/CSSClassConstants.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ClientElement.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ComponentAction.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ComponentEventCallback.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ComponentResources.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ComponentResourcesCommon.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ContentType.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/EventConstants.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/EventContext.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Field.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/FieldValidationSupport.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/FieldValidator.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/FormValidationControl.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Link.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/MarkupUtils.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/MarkupWriter.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/MarkupWriterAdapter.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/MarkupWriterListener.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/MetaDataConstants.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/NullFieldStrategy.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/OptionGroupModel.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/OptionModel.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/PersistenceConstants.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/PrimaryKeyEncoder.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/PropertyConduit.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/RadioContainer.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/RenderSupport.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Renderable.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/SelectModel.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/SelectModelVisitor.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/StreamResponse.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Translator.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ValidationDecorator.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ValidationException.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ValidationTracker.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ValidationTrackerImpl.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/Validator.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/ValueEncoder.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/VersionUtils.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/AfterRender.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/AfterRenderBody.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/AfterRenderTemplate.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/ApplicationState.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/BeforeRenderBody.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/BeforeRenderTemplate.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/BeginRender.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Cached.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/CleanupRender.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Component.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/ContentType.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Environmental.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Id.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/IncludeJavaScriptLibrary.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/IncludeStylesheet.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/InjectComponent.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/InjectContainer.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/InjectPage.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Log.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Meta.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Mixin.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/MixinAfter.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/MixinClasses.java modified , text changed
Directorytapestry/tapestry5/branches/hlship-20080520/tapestry-core/src/main/java/org/apache/tapestry5/annotations/Mixins.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26