File: 0003_no_ibm_websphere.diff

package info (click to toggle)
libspring-java 3.0.6.RELEASE-17
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 50,744 kB
  • ctags: 58,990
  • sloc: java: 325,579; xml: 67,955; sql: 176; makefile: 40; ruby: 33; sh: 6
file content (22 lines) | stat: -rw-r--r-- 918 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/projects/org.springframework.transaction/build.xml
+++ b/projects/org.springframework.transaction/build.xml
@@ -4,4 +4,15 @@
 	<property file="${basedir}/../build.versions"/>
 	<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
 	<import file="${basedir}/../spring-build/standard/default.xml"/>
+
+        <macrodef name="pre-compile">
+                <attribute name="classpath.id"/>
+                <attribute name="input.dir"/>
+                <attribute name="output.dir"/>
+                <attribute name="resources.dir"/>
+                <sequential>
+			<delete file="${basedir}/src/main/java/org/springframework/transaction/jta/WebSphereUowTransactionManager.java"/>
+		</sequential>
+        </macrodef>
+
 </project>