blob: 33790c150393e5797f37f39785a1f54a0e7d2258 [file] [log] [blame]
--- build.xml.original 2007-02-09 20:06:21.000000000 +0100
+++ build.xml 2007-02-09 20:07:18.000000000 +0100
@@ -426,7 +426,7 @@
depends="check_junit,impl,update_tests,wrapper,dom2_builder">
<javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
srcdir="${src_addons_tests}" destdir="${build_tests}"
- classpath="${build_api}:${build_classes}"
+ classpath="${build_api}:${build_classes}:${gentoo.classpath}"
/>
</target>
@@ -434,7 +434,7 @@
depends="check_junit,impl,update_tests">
<mkdir dir="${build_tests}"/>
<javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
- srcdir="${src_tests}" destdir="${build_tests}" classpath="${build_api}"
+ srcdir="${src_tests}" destdir="${build_tests}" classpath="${build_api}:${gentoo.classpath}"
/>
<copy todir="${build_tests_xml}">
<fileset dir="${src_xml_tests}">