Package RmiInvocationWrapperRTD.xml in jar

Ensure RmiInvocationWrapperRTD.xml is packaged inside spring-context.jar

Issue: SPR-10649

Conflicts:
	build.gradle
This commit is contained in:
Phillip Webb
2013-06-23 23:49:05 -07:00
parent abfb439bfe
commit 514a2e9568

View File

@@ -335,6 +335,9 @@ project("spring-context") {
testCompile("javax.inject:javax.inject-tck:1")
}
// pick up RmiInvocationWrapperRTD.xml in src/main
sourceSets.main.resources.srcDirs += "src/main/java"
test {
jvmArgs = ["-disableassertions:org.aspectj.weaver.UnresolvedType"] // SPR-7989
}