You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/12/02 17:33:45 UTC

svn commit: r1209569 [1/50] - in /struts/struts2/branches/STRUTS_3_X: apps/blank/src/main/java/example/ apps/blank/src/test/java/example/ apps/jboss-blank/src/main/java/example/ apps/jboss-blank/src/test/java/example/ apps/mailreader/src/main/java/mail...

Author: lukaszlenart
Date: Fri Dec  2 16:33:03 2011
New Revision: 1209569

URL: http://svn.apache.org/viewvc?rev=1209569&view=rev
Log:
WW-3714 renames org.opensymphony.xwork2 to org.apache.struts2.xwork2

Added:
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/Action.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ActionChainResult.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ActionContext.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ActionEventListener.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ActionInvocation.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ActionProxy.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ActionProxyFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ActionSupport.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/CompositeTextProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/DefaultActionInvocation.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/DefaultActionProxy.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/DefaultActionProxyFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/DefaultTextProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/DefaultUnknownHandlerManager.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/InvalidMetadataException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/LocaleProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/MockActionInvocation.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ModelDriven.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ObjectFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/Preparable.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ResourceBundleTextProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/Result.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/TestNGXWorkTestCase.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/TextProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/TextProviderFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/TextProviderSupport.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/Unchainable.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/UnknownHandler.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/UnknownHandlerManager.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/Validateable.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ValidationAware.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ValidationAwareSupport.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/XWork.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/XWorkException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/XWorkJUnit4TestCase.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/XWorkMessages.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/XWorkTestCase.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/Configuration.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/ConfigurationException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/ConfigurationManager.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/ConfigurationProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/ConfigurationUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/ContainerProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/PackageProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/ReferenceResolverException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/RuntimeConfiguration.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/ActionConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/ExceptionMappingConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/InterceptorConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/InterceptorListHolder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/InterceptorLocator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/InterceptorMapping.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/InterceptorStackConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/PackageConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/Parameterizable.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/ResultConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/ResultTypeConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/UnknownHandlerConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/entities/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/AbstractMatcher.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/ActionConfigMatcher.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/DefaultConfiguration.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/LocatableConstantFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/LocatableFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/MockConfiguration.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/NamespaceMatch.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/NamespaceMatcher.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/impl/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/providers/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/providers/InterceptorBuilder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/providers/XWorkConfigurationProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/providers/XmlHelper.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/config/providers/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/NullHandler.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/ObjectTypeDeterminer.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/TypeConversionException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/TypeConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/annotations/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/annotations/Conversion.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/annotations/ConversionRule.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/annotations/ConversionType.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/annotations/TypeConversion.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/annotations/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/AnnotationXWorkConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/DefaultObjectTypeDeterminer.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/DefaultTypeConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/EnumTypeConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/GenericsObjectTypeDeterminer.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/InstantiatingNullHandler.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/XWorkBasicConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/impl/XWorkConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/metadata/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/metadata/ConversionDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/conversion/metadata/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/ConstructionContext.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/Container.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/ContainerBuilder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/ContainerImpl.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/Context.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/DependencyException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/ExternalContext.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/Factory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/Inject.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/InternalContext.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/InternalFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/Key.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/Scope.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/Scoped.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/FinalizablePhantomReference.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/FinalizableReference.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/FinalizableReferenceQueue.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/FinalizableSoftReference.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/FinalizableWeakReference.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/Function.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/ReferenceCache.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/ReferenceMap.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/ReferenceType.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/Strings.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/inject/util/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/AbstractInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/AliasInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ChainingInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ConversionErrorInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/DefaultWorkflowInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ExceptionHolder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ExceptionMappingInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/I18nInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/Interceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/LoggingInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/MethodFilterInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/MethodFilterInterceptorUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ModelDrivenInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/NoParameters.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ParameterFilterInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ParameterNameAware.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ParameterRemoverInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ParametersInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/PreResultListener.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/PrefixMethodInvocationUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/PrepareInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ScopedModelDriven.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ScopedModelDrivenInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/StaticParametersInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/TimerInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/ValidationWorkflowAware.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/After.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/Allowed.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/AnnotationParameterFilterIntereptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/AnnotationWorkflowInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/Before.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/BeforeResult.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/BlockByDefault.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/Blocked.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/InputConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/annotations/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/interceptor/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/mock/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/mock/MockActionInvocation.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/mock/MockActionProxy.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/mock/MockInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/mock/MockObjectTypeDeterminer.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/mock/MockResult.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/mock/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/ErrorMessageBuilder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/ObjectProxy.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/OgnlNullHandlerWrapper.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/OgnlReflectionContextFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/OgnlReflectionProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/OgnlTypeConverterWrapper.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/OgnlUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/OgnlValueStack.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/OgnlValueStackFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/SecurityMemberAccess.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/XWorkTypeConverterWrapper.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/CompoundRootAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/ObjectAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/ObjectProxyPropertyAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/XWorkEnumerationAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/XWorkIteratorPropertyAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/XWorkListPropertyAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/XWorkMapPropertyAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/XWorkMethodAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/ognl/accessor/XWorkObjectPropertyAccessor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/spring/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/spring/SpringObjectFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/spring/SpringProxyableObjectFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/spring/interceptor/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/spring/interceptor/ActionAutowiringInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/spring/interceptor/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/spring/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/test/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/test/StubConfigurationProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/AnnotationUtils.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/ArrayUtils.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/ClassLoaderUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/ClassPathFinder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/ClearableValueStack.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/CompoundRoot.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/CreateIfNull.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/DomHelper.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/Element.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/FileManager.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/Key.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/KeyProperty.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/LocalizedTextUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/MemberAccessValueStack.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/NamedVariablePatternMatcher.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/PatternMatcher.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/PropertiesReader.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/ResolverUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/TextParseUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/URLUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/ValueStack.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/ValueStackFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/WildcardHelper.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/WildcardUtil.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/XWorkList.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/XWorkTestCaseHelper.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/classloader/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/classloader/FileResourceStore.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/classloader/JarResourceStore.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/classloader/ReloadingClassLoader.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/classloader/ResourceStore.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/classloader/ResourceStoreClassLoader.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/finder/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/finder/ClassFinder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/finder/ClassLoaderInterface.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/finder/ClassLoaderInterfaceDelegate.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/finder/ResourceFinder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/finder/Test.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/finder/UrlSet.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/Locatable.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/LocatableProperties.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/Located.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/Location.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/LocationAttributes.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/LocationImpl.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/LocationUtils.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/location/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/Logger.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/LoggerFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/LoggerUtils.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/commons/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/commons/CommonsLogger.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/commons/CommonsLoggerFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/jdk/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/jdk/JdkLogger.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/logging/jdk/JdkLoggerFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/profiling/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/profiling/ObjectProfiler.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/profiling/ProfilingTimerBean.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/profiling/UtilTimerStack.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/profiling/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/reflection/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/reflection/ReflectionContextFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/reflection/ReflectionContextState.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/reflection/ReflectionException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/reflection/ReflectionExceptionHandler.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/reflection/ReflectionProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/util/reflection/ReflectionProviderFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ActionValidatorManager.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/AnnotationActionValidatorManager.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/AnnotationValidationConfigurationBuilder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/DefaultActionValidatorManager.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/DefaultValidatorFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/DefaultValidatorFileParser.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/DelegatingValidatorContext.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/FieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ShortCircuitableValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ValidationException.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ValidationInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/Validator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ValidatorConfig.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ValidatorContext.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ValidatorFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/ValidatorFileParser.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/ConditionalVisitorFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/ConversionErrorFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/CustomValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/DateRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/DoubleRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/EmailValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/ExpressionValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/FieldExpressionValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/IntRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/RegexFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/RequiredFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/RequiredStringValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/StringLengthFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/UrlValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/Validation.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/ValidationParameter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/Validations.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/ValidatorType.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/VisitorFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/annotations/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/AbstractFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/ConversionErrorFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/DateRangeFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/DoubleRangeFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/EmailValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/ExpressionValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/FieldExpressionValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/IntRangeFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/RequiredFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/RequiredStringValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/StringLengthFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/URLValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/ValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/VisitorFieldValidatorDescription.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/metadata/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/AbstractRangeValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/ConditionalVisitorFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/ConversionErrorFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/DateRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/DoubleRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/EmailValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/ExpressionValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/FieldExpressionValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/FieldValidatorSupport.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/IntRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/LongRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/RegexFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/RepopulateConversionErrorFieldValidatorSupport.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/RequiredFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/RequiredStringValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/ShortRangeFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/StringLengthFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/URLValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/ValidatorSupport.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/VisitorFieldValidator.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/java/org/apache/struts2/xwork2/validator/validators/package.html
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/apache/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/apache/struts2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/apache/struts2/xwork2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/apache/struts2/xwork2/validator/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/apache/struts2/xwork2/validator/validators/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/apache/struts2/xwork2/validator/validators/default.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/main/resources/org/apache/struts2/xwork2/xwork-messages.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ActionContextTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ActionContextThreadLocalTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ActionInvocationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ActionNestingTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ActionSupportTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/AnnotatedTestBean.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ChainResultTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/CompositeTextProviderTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/DefaultActionInvocationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/DefaultClasstTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/DefaultTextProviderTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ExternalReferenceAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/Foo.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/GenericsBean.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/LocaleAwareTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ModelDrivenAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ModelDrivenAnnotationAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/NestedAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ProxyInvocationAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ProxyInvocationInterface.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ProxyInvocationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ProxyObjectFactory.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/SimpleAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/SimpleAnnotationAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/SimpleFooAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/StubValueStack.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/TestBean.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/TestChildBean.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/TestInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/TestNGXWorkTestCaseTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/TextProviderSupportTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/UnknownHandlerManagerMock.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/UserSpecifiedDefaultAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ValidationOrderAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/VoidResult.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/WildCardResultTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/XWorkExceptionTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/ConfigurationManagerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/ConfigurationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/entities/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/entities/ActionConfigTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/entities/PackageConfigTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/impl/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/impl/ActionConfigMatcherTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/impl/NamespaceMatcherTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/ConfigurationTestBase.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/InterceptorBuilderTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/InterceptorForTestPurpose.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/MockConfigurationProvider.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/NoNoArgsConstructorAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/PrivateConstructorAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/SomeUnknownHandler.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderActionsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderAllowedMethodsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderExceptionMappingsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderGlobalResultInheritenceTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderInterceptorParamOverridingTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderInterceptorStackParamOverridingTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderInterceptorsSpringTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderInterceptorsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderInvalidFileTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderMultilevelTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderPackagesTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderResultTypesTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderResultsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderUnknownHandlerStackTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlConfigurationProviderWildCardIncludeTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/config/providers/XmlHelperTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/ConversionTestAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/AnnotationXWorkConverterTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/FooBarConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/FooNumberConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/InstantiatingNullHandlerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/ParentClass.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/XWorkBasicConverterTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/conversion/impl/XWorkConverterTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/inject/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/inject/ContainerImplTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/AliasInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ChainingInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ConversionErrorInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/DefaultWorkflowInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ExceptionMappingInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/I18nInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/MethodFilterInterceptorUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ModelDrivenInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ParameterFilterInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ParameterRemoverInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ParametersInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/PreResultListenerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/PrefixMethodInvocationUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/PrepareInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ScopedModelDrivenInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/StaticParametersInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/TimerInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/ValidationInterceptorPrefixMethodInvocationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/AllowingByDefaultAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/AllowingByDefaultModel.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/AnnotatedAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/AnnotationParameterFilterUnitTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/AnnotationWorkflowInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/BaseAnnotatedAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/BlockingByDefaultAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/BlockingByDefaultModel.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/interceptor/annotations/ShortcircuitedAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ognl/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ognl/OgnlUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ognl/OgnlValueStackTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ognl/SetPropertiesTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ognl/accessor/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/ognl/accessor/XWorkListPropertyAccessorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/ActionsFromSpringTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/Bar.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/ExecuteInterceptor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/ExternalReferenceAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/Foo.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/SpringObjectFactoryTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/SpringResult.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/interceptor/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/interceptor/ActionAutowiringInterceptorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/spring/interceptor/TestActionInvocation.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/AnnotationDataAware.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/AnnotationDataAware2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/AnnotationTestBean2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/AnnotationUser.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/AnnotationUserMarker.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/DataAware.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/DataAware2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/Equidae.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/ModelDrivenAction2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/ModelDrivenAnnotationAction2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/SimpleAction2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/SimpleAction3.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/SimpleAnnotationAction2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/SimpleAnnotationAction3.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/TestBean2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/User.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/UserMarker.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/Address.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/AddressTypeConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/Person.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/PersonAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/PersonActionTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/PersonTypeConverter.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/annotations/ValidateAnnotatedMethodOnlyAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/subtest/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/test/subtest/NullModelDrivenAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/AnnotatedCat.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/AnnotationUtilsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/Bar.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/BarJunior.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/Cat.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/ClassLoaderUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/ClassPathFinderTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/Dog.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/DomHelperTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/FileManagerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/Foo.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/FurColor.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/GetPropertiesTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/Indexed.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/ListHolder.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/LocalizedTextUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/MyBean.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/MyBeanAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/MyBeanActionTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/NamedVariablePatternMatcherTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/Owner.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/ResolverUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/TextParseUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/Tiger.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/URLUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/UnknownHandlerManagerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/UrlUtilTest2.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/WildcardHelperTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/WildcardUtilTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/XWorkListTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/location/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/location/LocationAttributesTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/location/LocationImplTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/location/LocationUtilsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/logging/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/logging/LoggerUtilsTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/profiling/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/profiling/ProfilingTimerBeanTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/util/profiling/UtilTimerStackTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/ActionValidatorManagerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/AnnotationActionValidatorManagerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/ConversionErrorFieldValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/DateRangeValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/DefaultActionValidatorManagerTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/DefaultValidatorFactoryTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/DefaultValidatorFileParserTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/DoubleRangeValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/EmailValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/ExpressionValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/GenericValidatorContext.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/IntRangeValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/LongRangeValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/ModelDrivenValidationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/RegexFieldValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/RepopulateConversionErrorFieldValidatorSupportTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/ShortRangeValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/SimpleActionValidationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/StringLengthFieldValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/StringValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/URLValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/ValidatorAnnotationTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/VisitorFieldValidatorModelTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/VisitorFieldValidatorTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/VisitorValidatorModelAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/VisitorValidatorTestAction.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/validators/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/java/org/apache/struts2/xwork2/validator/validators/ValidatorSupportTest.java
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/ActionSupportTest$MyActionSupport_da.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/AnnotatedTestBean.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/DefaultTextProviderTest_en_CA.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/ModelDrivenAction-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/ModelDrivenAction.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/ModelDrivenAnnotationAction.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAction-some-alias-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAction-subproperty-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAction-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAction-validationAlias-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAction.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAction_de.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAction_en.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAnnotationAction.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAnnotationAction_de.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/SimpleAnnotationAction_en.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean-anotherContext-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean-badtest-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean-beanMessageBundle-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean-expressionValidation-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean-visitorChildValidation-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean-visitorValidation-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestBean.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TestChildBean-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/TextProviderSupportTest_en.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/ValidationOrderAction-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/loadorder1/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/loadorder1/xwork-test-load-order.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/loadorder2/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/loadorder2/xwork-test-load-order.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/loadorder3/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/loadorder3/xwork-test-load-order.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork- test.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-include-after-package-2.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-include-after-package.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-include-before-package-2.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-include-before-package.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-include-parent.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-action-invalid.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-actions-packagedefaultclassref.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-actions.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-allowed-methods.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-bad-inheritance.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-basic-packages.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-default-package.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-defaultclassref-package.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-exception-mappings.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-global-result-inheritence.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-interceptor-defaultref.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-interceptor-inheritance.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-interceptor-param-overriding.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-interceptor-params.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-interceptor-stack-param-overriding.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-interceptors-basic.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-interceptors-spring.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-invalid-file.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-multilevel.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-package-inheritance.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-result-inheritance.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-result-types.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-results.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-wildcard-1.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-wildcard-2.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-test-wildcard-include.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-unknownhandler-stack-empty.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/config/providers/xwork-unknownhandler-stack.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/conversion/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/conversion/impl/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/conversion/impl/test-xwork-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/somefile.txt
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/spring/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/spring/actionContext-spring.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/spring/actionContext-xwork.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/spring/autowireContext.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/spring/resolverApplicationContext.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/spring/xwork-autowire.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/DataAware-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/DataAware-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/DataAware-validationAlias-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/DataAware.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/DataAware2-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/Equidae-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/SimpleAction2-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/SimpleAction2-validationAlias-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/TestBean2-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/User-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/User-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/UserMarker-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/test/package.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/Bar.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/Cat-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/FindMe.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/Foo-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/ListHolder-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/LocalizedTextUtilTest.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/MyBeanAction-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/Tiger-conversion.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/XW404_de.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/XW404_fr.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/location/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/util/location/xml-with-location.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/CompositeTextProviderTestResourceBundle1.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/CompositeTextProviderTestResourceBundle2.properties
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/VisitorValidatorModelAction-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/VisitorValidatorTestAction-beanMessageBundle-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/VisitorValidatorTestAction-validateArray-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/VisitorValidatorTestAction-validateList-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/VisitorValidatorTestAction-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/VisitorValidatorTestAction-visitorChildValidation-validation.xml
    struts/struts2/branches/STRUTS_3_X/xwork-core/src/test/resources/org/apache/struts2/xwork2/validator/VisitorValidatorTestAction-visitorValidation-validation.xml

[... 787 lines stripped ...]