File: 03_bootclasspath.patch

package info (click to toggle)
libxerces2-java 2.8.1-1%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 11,056 kB
  • ctags: 15,838
  • sloc: java: 117,816; xml: 12,454; sh: 37; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
--- build.xml.orig	2005-09-25 02:22:43.000000000 +0200
+++ build.xml	2005-09-25 02:18:57.000000000 +0200
@@ -228,7 +228,8 @@
            deprecation="${deprecation}"
            optimize="${optimize}"
            includeAntRuntime="false"
-           includeJavaRuntime="false"
+           includeJavaRuntime="true"
+           bootclasspath="/usr/share/java/jaxp-1.3.jar"
            excludes="org/xml/sax/** 
                 javax/xml/parsers/**
                 org/w3c/dom/*