INT-2408 Add Spring Project Nature with Gradle

STS needs Spring Project Nature to get classpath XSD/Namespace resolution.
When switching back and forth between 2.0 and 2.1, ./gradlew eclipse
removes Spring Project Nature.

It is now added by ./gradlew eclipse when generating eclipse metadata
files.
This commit is contained in:
Gary Russell
2012-01-17 23:13:24 -05:00
committed by Mark Fisher
parent dc002d9bfc
commit af8180446a

View File

@@ -53,6 +53,12 @@ subprojects { subproject ->
springSocialTwitterVersion = '1.0.1.RELEASE'
springWsVersion = '2.0.3.RELEASE'
eclipse {
project {
natures += 'org.springframework.ide.eclipse.core.springnature'
}
}
sourceSets {
test {
resources {