12 lines
740 B
Diff
12 lines
740 B
Diff
|
--- build.xml.orig 2007-11-22 23:44:01.000000000 +0200
|
||
|
+++ build.xml 2010-04-07 13:32:31.878542610 +0300
|
||
|
@@ -683,7 +683,7 @@ $Id: build.xml 563656 2007-08-07 21:12:1
|
||
|
<!-- =================================================================== -->
|
||
|
<!-- 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) -->
|