12 lines
699 B
Diff
12 lines
699 B
Diff
|
--- build.xml.orig 2003-05-30 18:08:41.000000000 +0300
|
||
|
+++ build.xml 2003-06-07 14:51:44.000000000 +0300
|
||
|
@@ -533,7 +533,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) -->
|