852a21ce1b
2.6.0-1jpp_1rh - Merge with latest community version
12 lines
691 B
Diff
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) -->
|