61 lines
2.1 KiB
Diff
61 lines
2.1 KiB
Diff
diff --git a/build.xml b/build.xml
|
|
index 06f5f37..63c1271 100644
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -268,6 +268,7 @@ Authors:
|
|
org/w3c/dom/ranges/**
|
|
org/w3c/dom/traversal/**
|
|
org/w3c/dom/xpath/**"
|
|
+ bootclasspath="${bootclasspath}"
|
|
/>
|
|
</target>
|
|
|
|
@@ -319,7 +320,8 @@ Authors:
|
|
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}"
|
|
debug="${debug}"
|
|
includeAntRuntime="false"
|
|
- includeJavaRuntime="true"/>
|
|
+ includeJavaRuntime="true"
|
|
+ bootclasspath="${bootclasspath}"/>
|
|
</target>
|
|
|
|
<!-- =================================================================== -->
|
|
@@ -336,7 +338,8 @@ Authors:
|
|
classpath="${tools.dir}/${jar.apis}:${build.dir}/classes:./tools/junit.jar"
|
|
debug="${debug}"
|
|
includeAntRuntime="false"
|
|
- includeJavaRuntime="true"/>
|
|
+ includeJavaRuntime="true"
|
|
+ bootclasspath="${bootclasspath}"/>
|
|
</target>
|
|
|
|
<!-- =================================================================== -->
|
|
@@ -961,7 +964,8 @@ Authors:
|
|
optimize="${optimize}"
|
|
includeAntRuntime="false"
|
|
includeJavaRuntime="true"
|
|
- classpath="${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}"/>
|
|
+ classpath="${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}"
|
|
+ bootclasspath="${bootclasspath}"/>
|
|
</target>
|
|
|
|
|
|
@@ -1258,7 +1262,8 @@ Authors:
|
|
deprecation="${deprecation}"
|
|
optimize="${optimize}"
|
|
includeAntRuntime="false"
|
|
- includeJavaRuntime="true"/>
|
|
+ includeJavaRuntime="true"
|
|
+ bootclasspath="${bootclasspath}"/>
|
|
</target>
|
|
|
|
<!-- =================================================================== -->
|
|
@@ -1415,6 +1420,7 @@ Authors:
|
|
org/w3c/dom/ranges/**
|
|
org/w3c/dom/traversal/**
|
|
org/w3c/dom/xpath/**"
|
|
+ bootclasspath="${bootclasspath}"
|
|
/>
|
|
</target>
|
|
|