vhardy 01/09/10 04:57:05
Modified: . build.xml
Log:
Fixed bug in src distrib. rule.
Revision Changes Path
1.81 +2 -1 xml-batik/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-batik/build.xml,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- build.xml 2001/09/10 11:06:00 1.80
+++ build.xml 2001/09/10 11:57:05 1.81
@@ -44,7 +44,7 @@
[win32] .\build.bat help
- $Id: build.xml,v 1.80 2001/09/10 11:06:00 vhardy Exp $
+ $Id: build.xml,v 1.81 2001/09/10 11:57:05 vhardy Exp $
-->
@@ -174,6 +174,7 @@
<exclude name="xml-${project}/lib/build/mail.jar" />
<exclude name="xml-${project}/lib/build/activation.jar" />
<exclude name="xml-${project}/test-references/**" />
+ <exclude name="xml-${project}/${build}/**" />
</zip>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]