12 lines
726 B
Diff
12 lines
726 B
Diff
|
--- xalan-j_2_7_0/build.xml 2005-08-06 17:16:46.000000000 +0200
|
||
|
+++ xalan-j_2_7_0/build.xml-gil 2009-02-24 03:16:15.000000000 +0100
|
||
|
@@ -733,7 +733,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) -->
|