File: fix_build_xml.patch

package info (click to toggle)
libjloda-java 0.0%2Bgit20180523.cbaf6d1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,088 kB
  • sloc: java: 39,861; xml: 52; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 11 Oct 2016 20:08:16 +0200
Description: Fix classpath

--- a/antbuild/build.xml
+++ b/antbuild/build.xml
@@ -7,8 +7,8 @@
 
 
     <path id="build.classpath">
-	    <fileset dir="../../jloda/jars"  includes="*.jar"/>
-    	    <fileset dir="../../jloda/jars/batik-1.8"  includes="*.jar"/>
+            <fileset dir="../jars"  includes="*.jar"/>
+            <fileset dir="/usr/share/java" includes="**/*.jar"/>
 
     </path>