xalan-j2/xalan-j2-noxsltcdeps.patch

12 lines
691 B
Diff

--- build.xml.orig 2004-02-27 20:45:31.000000000 +0100
+++ build.xml 2004-03-21 15:46:37.000000000 +0100
@@ -560,7 +560,7 @@
<!-- =================================================================== -->
<!-- Creates one big xalan jar (Xalan interpretive + XSLTC + support jars) -->
<!-- =================================================================== -->
- <target name="jar" depends="xalan-interpretive.compile,xsltc.compile,xsltc.copy-deps-jars"
+ <target name="jar" depends="xalan-interpretive.compile,xsltc.compile"
description="Jar up everything (Xalan, XSLTC and XSLTC dependencies)" >
<!-- Copy over the manifest, with filtering (for version number) -->