File: 0003_no_ibm_websphere.diff

package info (click to toggle)
libspring-java 4.3.30-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 65,728 kB
  • sloc: java: 566,974; xml: 13,706; sql: 2,313; sh: 87; ruby: 75; jsp: 33; makefile: 29; javascript: 11; python: 4
file content (22 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: IBM Websphere is non-free (remove it from source)
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2010-06-20
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -578,6 +578,15 @@
 		testCompile("org.eclipse.persistence:javax.persistence:2.0.0")
 		testCompile("org.codehaus.groovy:groovy-all:${groovyVersion}")
 	}
+
+	sourceSets {
+		main {
+			java {
+				srcDir 'src/java'
+				exclude '**/WebSphereUowTransactionManager.java'
+			}
+		}
+	}
 }
 
 project("spring-jms") {