19 lines
628 B
Diff
19 lines
628 B
Diff
Index: build.xml
|
|
===================================================================
|
|
--- build.xml
|
|
+++ build.xml
|
|
@@ -28,11 +28,13 @@ Copyright:
|
|
<property name="tools.dir" value="./tools"/>
|
|
|
|
<!-- enable compilation under JDK 1.4 and above -->
|
|
+ <!-- commented out by SUSE packager
|
|
<taskdef name="xjavac" classname="org.apache.xerces.util.XJavac">
|
|
<classpath>
|
|
<pathelement location="${tools.dir}/bin/xjavac.jar"/>
|
|
</classpath>
|
|
</taskdef>
|
|
+ -->
|
|
|
|
<!-- Allow properties following these statements to be overridden -->
|
|
<!-- Note that all of these don't have to exist. They've just been defined
|