Browse Source

Harmonize resources location

Issue: SPR-12766
pull/752/head
Stephane Nicoll 11 years ago
parent
commit
babbf6e871
  1. 17
      build.gradle
  2. 0
      spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-context.xml
  3. 0
      spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-directPointcutEvents.xml
  4. 0
      spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutEvents.xml
  5. 0
      spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutRefEvents.xml
  6. 0
      spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutDuplication.xml
  7. 0
      spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutMissing.xml
  8. 0
      spring-aop/src/test/resources/org/springframework/aop/config/TopLevelAopTagTests-context.xml
  9. 0
      spring-aop/src/test/resources/org/springframework/aop/framework/PrototypeTargetTests-context.xml
  10. 0
      spring-aop/src/test/resources/org/springframework/aop/interceptor/ExposeInvocationInterceptorTests-context.xml
  11. 0
      spring-aop/src/test/resources/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireFalse.xml
  12. 0
      spring-aop/src/test/resources/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireTrue.xml
  13. 0
      spring-aop/src/test/resources/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests-context.xml
  14. 0
      spring-aop/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml
  15. 0
      spring-aop/src/test/resources/org/springframework/aop/target/CommonsPoolTargetSourceProxyTests-context.xml
  16. 0
      spring-aop/src/test/resources/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml
  17. 0
      spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml
  18. 0
      spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml
  19. 0
      spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml
  20. 0
      spring-aop/src/test/resources/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml
  21. 0
      spring-aop/src/test/resources/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml
  22. 0
      spring-aspects/src/test/resources/org/springframework/aop/aspectj/autoproxy/ajcAutoproxyTests.xml
  23. 0
      spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/beanConfigurerTests-beans.xml
  24. 0
      spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/beanConfigurerTests.xml
  25. 0
      spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/springConfigured.xml
  26. 0
      spring-aspects/src/test/resources/org/springframework/cache/config/annotation-cache-aspectj.xml
  27. 0
      spring-aspects/src/test/resources/org/springframework/cache/config/annotation-jcache-aspectj.xml
  28. 0
      spring-aspects/src/test/resources/org/springframework/scheduling/aspectj/annotationDrivenContext.xml
  29. 0
      spring-aspects/src/test/resources/org/springframework/transaction/aspectj/TransactionAspectTests-context.xml
  30. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-dependentBeans.xml
  31. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-leaf.xml
  32. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-middle.xml
  33. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-root.xml
  34. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/ConcurrentBeanFactoryTests-context.xml
  35. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanLookupTests-context.xml
  36. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-abstract.xml
  37. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-circular.xml
  38. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-returnsNull.xml
  39. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-withAutowiring.xml
  40. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-beans1.xml
  41. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-beans2.xml
  42. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-ref1.xml
  43. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/access/beans1.xml
  44. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/access/beans2.xml
  45. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests-context.xml
  46. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests-context.xml
  47. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBeanTests-context.xml
  48. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties
  49. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties.xml
  50. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests-context.xml
  51. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.properties
  52. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties
  53. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties.xml
  54. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/config/SimpleScopeTests-context.xml
  55. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/parsing/CustomProblemReporterTests-context.xml
  56. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/support/genericBeanTests.xml
  57. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/support/lookupMethodTests.xml
  58. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/support/security/callbacks.xml
  59. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/support/security/policy.all
  60. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/xml/DuplicateBeanIdTests-multiLevel-context.xml
  61. 0
      spring-beans/src/test/resources/org/springframework/beans/factory/xml/DuplicateBeanIdTests-sameLevel-context.xml
  62. 0
      spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.properties
  63. 0
      spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountryDialect_en_GB_GLASGOW.properties
  64. 0
      spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountry_en_GB.properties
  65. 0
      spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLang_en.properties
  66. 0
      spring-context-support/src/main/resources/org/springframework/mail/javamail/mime.types
  67. 0
      spring-context/src/main/resources/org/springframework/remoting/rmi/RmiInvocationWrapperRTD.xml
  68. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/AfterAdviceBindingTests.xml
  69. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/AfterReturningAdviceBindingTests.xml
  70. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/AfterThrowingAdviceBindingTests.xml
  71. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/AroundAdviceBindingTests.xml
  72. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/AroundAdviceCircularTests.xml
  73. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/AspectAndAdvicePrecedenceTests.xml
  74. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/AspectJExpressionPointcutAdvisorTests.xml
  75. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/BeanNamePointcutAtAspectTests.xml
  76. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/BeanNamePointcutTests.xml
  77. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/BeforeAdviceBindingTests.xml
  78. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/DeclarationOrderIndependenceTests.xml
  79. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/DeclareParentsDelegateRefTests.xml
  80. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/DeclareParentsTests.xml
  81. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingAtAspectJTests.xml
  82. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingTests.xml
  83. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/OverloadedAdviceTests-ambiguous.xml
  84. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/OverloadedAdviceTests.xml
  85. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/ProceedTests.xml
  86. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-after.xml
  87. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-after.xml
  88. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-before.xml
  89. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-before.xml
  90. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/SharedPointcutWithArgsMismatchTests.xml
  91. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/SubtypeSensitiveMatchingTests.xml
  92. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/TargetPointcutSelectionTests.xml
  93. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsAtAspectJTests.xml
  94. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsTests.xml
  95. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTests-context.xml
  96. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AnnotationPointcutTests-context.xml
  97. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectImplementingInterfaceTests-context.xml
  98. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorAndLazyInitTargetSourceTests-context.xml
  99. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspects.xml
  100. 0
      spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspectsPlusAdvisor.xml
  101. Some files were not shown because too many files have changed in this diff Show More

17
build.gradle

@ -97,8 +97,6 @@ configure(allprojects) { project -> @@ -97,8 +97,6 @@ configure(allprojects) { project ->
options.compilerArgs += "-parameters"
}
sourceSets.test.resources.srcDirs = ["src/test/resources", "src/test/java"]
test {
systemProperty("java.awt.headless", "true")
systemProperty("testGroups", project.properties.get("testGroups"))
@ -468,9 +466,6 @@ project("spring-context") { @@ -468,9 +466,6 @@ project("spring-context") {
testCompile("org.apache.commons:commons-pool2:2.2")
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
}
// pick up RmiInvocationWrapperRTD.xml in src/main
sourceSets.main.resources.srcDirs += "src/main/java"
}
project("spring-messaging") {
@ -639,9 +634,6 @@ project("spring-context-support") { @@ -639,9 +634,6 @@ project("spring-context-support") {
testCompile("org.ehcache:jcache:${ehcacheJCacheVersion}")
testRuntime("com.sun.mail:javax.mail:1.5.2")
}
// pick up **/mime.types files in src/main
sourceSets.main.resources.srcDirs += "src/main/java"
}
project("spring-web") {
@ -704,9 +696,6 @@ project("spring-web") { @@ -704,9 +696,6 @@ project("spring-web") {
testCompile("com.fasterxml.jackson.datatype:jackson-datatype-joda:${jackson2Version}")
testRuntime("com.sun.mail:javax.mail:1.5.2")
}
// pick up ContextLoader.properties in src/main
sourceSets.main.resources.srcDirs += "src/main/java"
}
project("spring-websocket") {
@ -891,9 +880,6 @@ project("spring-webmvc") { @@ -891,9 +880,6 @@ project("spring-webmvc") {
testCompile("joda-time:joda-time:${jodaVersion}")
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
}
// pick up DispatcherServlet.properties in src/main
sourceSets.main.resources.srcDirs += "src/main/java"
}
project("spring-webmvc-tiles2") {
@ -941,9 +927,6 @@ project("spring-webmvc-portlet") { @@ -941,9 +927,6 @@ project("spring-webmvc-portlet") {
provided("javax.portlet:portlet-api:2.0")
optional("commons-fileupload:commons-fileupload:1.3.1")
}
// pick up DispatcherPortlet.properties in src/main
sourceSets.main.resources.srcDirs += "src/main/java"
}
project("spring-test") {

0
spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerEventTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerEventTests-directPointcutEvents.xml → spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-directPointcutEvents.xml

0
spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutEvents.xml → spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutEvents.xml

0
spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutRefEvents.xml → spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerEventTests-pointcutRefEvents.xml

0
spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutDuplication.xml → spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutDuplication.xml

0
spring-aop/src/test/java/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutMissing.xml → spring-aop/src/test/resources/org/springframework/aop/config/AopNamespaceHandlerPointcutErrorTests-pointcutMissing.xml

0
spring-aop/src/test/java/org/springframework/aop/config/TopLevelAopTagTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/config/TopLevelAopTagTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/framework/PrototypeTargetTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/framework/PrototypeTargetTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/interceptor/ExposeInvocationInterceptorTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/interceptor/ExposeInvocationInterceptorTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireFalse.xml → spring-aop/src/test/resources/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireFalse.xml

0
spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireTrue.xml → spring-aop/src/test/resources/org/springframework/aop/scope/ScopedProxyAutowireTests-scopedAutowireTrue.xml

0
spring-aop/src/test/java/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/target/CommonsPool2TargetSourceProxyTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/target/CommonsPoolTargetSourceProxyTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/target/CommonsPoolTargetSourceProxyTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/target/HotSwappableTargetSourceTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml → spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-customTarget.xml

0
spring-aop/src/test/java/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml → spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-factoryBean.xml

0
spring-aop/src/test/java/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml → spring-aop/src/test/resources/org/springframework/aop/target/LazyInitTargetSourceTests-singleton.xml

0
spring-aop/src/test/java/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/target/PrototypeTargetSourceTests-context.xml

0
spring-aop/src/test/java/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml → spring-aop/src/test/resources/org/springframework/aop/target/ThreadLocalTargetSourceTests-context.xml

0
spring-aspects/src/test/java/org/springframework/aop/aspectj/autoproxy/ajcAutoproxyTests.xml → spring-aspects/src/test/resources/org/springframework/aop/aspectj/autoproxy/ajcAutoproxyTests.xml

0
spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/beanConfigurerTests-beans.xml → spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/beanConfigurerTests-beans.xml

0
spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/beanConfigurerTests.xml → spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/beanConfigurerTests.xml

0
spring-aspects/src/test/java/org/springframework/beans/factory/aspectj/springConfigured.xml → spring-aspects/src/test/resources/org/springframework/beans/factory/aspectj/springConfigured.xml

0
spring-aspects/src/test/java/org/springframework/cache/config/annotation-cache-aspectj.xml → spring-aspects/src/test/resources/org/springframework/cache/config/annotation-cache-aspectj.xml vendored

0
spring-aspects/src/test/java/org/springframework/cache/config/annotation-jcache-aspectj.xml → spring-aspects/src/test/resources/org/springframework/cache/config/annotation-jcache-aspectj.xml vendored

0
spring-aspects/src/test/java/org/springframework/scheduling/aspectj/annotationDrivenContext.xml → spring-aspects/src/test/resources/org/springframework/scheduling/aspectj/annotationDrivenContext.xml

0
spring-aspects/src/test/java/org/springframework/transaction/aspectj/TransactionAspectTests-context.xml → spring-aspects/src/test/resources/org/springframework/transaction/aspectj/TransactionAspectTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests-dependentBeans.xml → spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-dependentBeans.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests-leaf.xml → spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-leaf.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests-middle.xml → spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-middle.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests-root.xml → spring-beans/src/test/resources/org/springframework/beans/factory/BeanFactoryUtilsTests-root.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/ConcurrentBeanFactoryTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/ConcurrentBeanFactoryTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanLookupTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanLookupTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanTests-abstract.xml → spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-abstract.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanTests-circular.xml → spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-circular.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanTests-returnsNull.xml → spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-returnsNull.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/FactoryBeanTests-withAutowiring.xml → spring-beans/src/test/resources/org/springframework/beans/factory/FactoryBeanTests-withAutowiring.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-beans1.xml → spring-beans/src/test/resources/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-beans1.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-beans2.xml → spring-beans/src/test/resources/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-beans2.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-ref1.xml → spring-beans/src/test/resources/org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests-ref1.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/access/beans1.xml → spring-beans/src/test/resources/org/springframework/beans/factory/access/beans1.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/access/beans2.xml → spring-beans/src/test/resources/org/springframework/beans/factory/access/beans2.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBeanTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBeanTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties → spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties

0
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties.xml → spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertiesFactoryBeanTests-test.properties.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.properties → spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.properties

0
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties → spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties

0
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties.xml → spring-beans/src/test/resources/org/springframework/beans/factory/config/PropertyResourceConfigurerTests-test.properties.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/config/SimpleScopeTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/config/SimpleScopeTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/parsing/CustomProblemReporterTests-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/parsing/CustomProblemReporterTests-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/support/genericBeanTests.xml → spring-beans/src/test/resources/org/springframework/beans/factory/support/genericBeanTests.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/support/lookupMethodTests.xml → spring-beans/src/test/resources/org/springframework/beans/factory/support/lookupMethodTests.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/support/security/callbacks.xml → spring-beans/src/test/resources/org/springframework/beans/factory/support/security/callbacks.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/support/security/policy.all → spring-beans/src/test/resources/org/springframework/beans/factory/support/security/policy.all

0
spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests-multiLevel-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/xml/DuplicateBeanIdTests-multiLevel-context.xml

0
spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests-sameLevel-context.xml → spring-beans/src/test/resources/org/springframework/beans/factory/xml/DuplicateBeanIdTests-sameLevel-context.xml

0
spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.properties → spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.properties

0
spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountryDialect_en_GB_GLASGOW.properties → spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountryDialect_en_GB_GLASGOW.properties

0
spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountry_en_GB.properties → spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLangCountry_en_GB.properties

0
spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLang_en.properties → spring-beans/src/test/resources/org/springframework/beans/propertyeditors/ResourceBundleEditorTestsLang_en.properties

0
spring-context-support/src/main/java/org/springframework/mail/javamail/mime.types → spring-context-support/src/main/resources/org/springframework/mail/javamail/mime.types

0
spring-context/src/main/java/org/springframework/remoting/rmi/RmiInvocationWrapperRTD.xml → spring-context/src/main/resources/org/springframework/remoting/rmi/RmiInvocationWrapperRTD.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/AfterAdviceBindingTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/AfterAdviceBindingTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/AfterReturningAdviceBindingTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/AfterReturningAdviceBindingTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/AfterThrowingAdviceBindingTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/AfterThrowingAdviceBindingTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/AroundAdviceBindingTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/AroundAdviceBindingTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/AroundAdviceCircularTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/AroundAdviceCircularTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/AspectAndAdvicePrecedenceTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/AspectAndAdvicePrecedenceTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/AspectJExpressionPointcutAdvisorTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/AspectJExpressionPointcutAdvisorTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutAtAspectTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/BeanNamePointcutAtAspectTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/BeanNamePointcutTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/BeanNamePointcutTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/BeforeAdviceBindingTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/BeforeAdviceBindingTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/DeclarationOrderIndependenceTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/DeclarationOrderIndependenceTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/DeclareParentsDelegateRefTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/DeclareParentsDelegateRefTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/DeclareParentsTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/DeclareParentsTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingAtAspectJTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingAtAspectJTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/ImplicitJPArgumentMatchingTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/OverloadedAdviceTests-ambiguous.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/OverloadedAdviceTests-ambiguous.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/OverloadedAdviceTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/OverloadedAdviceTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/ProceedTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/ProceedTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/PropertyDependentAspectTests-after.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-after.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-after.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-after.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-before.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-atAspectJ-before.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/PropertyDependentAspectTests-before.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/PropertyDependentAspectTests-before.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/SharedPointcutWithArgsMismatchTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/SharedPointcutWithArgsMismatchTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/SubtypeSensitiveMatchingTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/SubtypeSensitiveMatchingTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/TargetPointcutSelectionTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/TargetPointcutSelectionTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsAtAspectJTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsAtAspectJTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsTests.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/ThisAndTargetSelectionOnlyPointcutsTests.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTests-context.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTests-context.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationPointcutTests-context.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AnnotationPointcutTests-context.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectImplementingInterfaceTests-context.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectImplementingInterfaceTests-context.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorAndLazyInitTargetSourceTests-context.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorAndLazyInitTargetSourceTests-context.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspects.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspects.xml

0
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspectsPlusAdvisor.xml → spring-context/src/test/resources/org/springframework/aop/aspectj/autoproxy/AspectJAutoProxyCreatorTests-aspectsPlusAdvisor.xml

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save