瀏覽代碼

Added build file for itest-context.

Luke Taylor 15 年之前
父節點
當前提交
111d49d68a
共有 3 個文件被更改,包括 18 次插入1 次删除
  1. 1 0
      gradle/javaprojects.gradle
  2. 15 0
      itest/context/itest-context.gradle
  3. 2 1
      settings.gradle

+ 1 - 0
gradle/javaprojects.gradle

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

+ 15 - 0
itest/context/itest-context.gradle

@@ -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')
+
+}

+ 2 - 1
settings.gradle

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