Browse Source

Added build file for itest-context.

pull/1/head
Luke Taylor 16 years ago
parent
commit
111d49d68a
  1. 1
      gradle/javaprojects.gradle
  2. 15
      itest/context/itest-context.gradle
  3. 3
      settings.gradle

1
gradle/javaprojects.gradle

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
apply id: 'java'
apply id: 'eclipse'
springVersion = '3.0.1.RELEASE'
springLdapVersion = '1.3.0.RELEASE'

15
itest/context/itest-context.gradle

@ -0,0 +1,15 @@ @@ -0,0 +1,15 @@
dependencies {
compile project(':spring-security-core'),
'aopalliance:aopalliance:1.0',
'jython:jython:2.1',
"org.springframework:spring-aop:$springVersion",
"org.springframework:spring-tx:$springVersion",
"org.springframework:spring-beans:$springVersion"
testCompile project(':spring-security-web'),
'javax.servlet:servlet-api:2.5',
"org.springframework:spring-web:$springVersion"
testRuntime project(':spring-security-config')
}

3
settings.gradle

@ -22,7 +22,8 @@ def String[] docs = [ @@ -22,7 +22,8 @@ def String[] docs = [
]
def String[] itest = [
'web'
'web',
'context'
]
include modules

Loading…
Cancel
Save