File: build-xml.patch

package info (click to toggle)
libspark-java 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 676 kB
  • ctags: 544
  • sloc: java: 807; xml: 65; sh: 8; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 920 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
23
24
Remove the filesets relating to dependencies. We handle those with 
the CLASSPATH environment variable.
Index: spark/build.xml
===================================================================
--- spark.orig/build.xml	2010-11-29 22:12:50.540491256 +0000
+++ spark/build.xml	2010-11-29 22:13:17.450491999 +0000
@@ -30,7 +30,7 @@
         </fileset>
 
         <!-- Include all elements that Tomcat exposes to applications -->
-        <pathelement location="${catalina.home}/common/classes" />
+<!--        <pathelement location="${catalina.home}/common/classes" />
         <fileset dir="${catalina.home}/common/endorsed">
             <include name="*.jar" />
         </fileset>
@@ -40,7 +40,7 @@
         <pathelement location="${catalina.home}/shared/classes" />
         <fileset dir="${catalina.home}/shared/lib">
             <include name="*.jar" />
-        </fileset>
+        </fileset>-->
 
     </path>