Fix spring-test-mvc Eclipse classpath
This commit is contained in:
7
spring-test-mvc/ide.gradle
Normal file
7
spring-test-mvc/ide.gradle
Normal file
@@ -0,0 +1,7 @@
|
||||
import org.gradle.plugins.ide.eclipse.model.ProjectDependency
|
||||
|
||||
// SPR-10042
|
||||
eclipse.classpath.file.whenMerged { classpath ->
|
||||
def projectName = 'spring-webmvc-tiles3'
|
||||
classpath.entries.add(0, new ProjectDependency("/${projectName}", project(":${projectName}").path))
|
||||
}
|
||||
Reference in New Issue
Block a user