hillion 01/05/31 07:45:04
Modified: . build.xml
Log:
Added org.w3c.dom.svg and org.w3c.dom.smil to batik-libs.jar (cocoon2 developers
request).
Revision Changes Path
1.74 +3 -1 xml-batik/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-batik/build.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- build.xml 2001/05/31 12:39:58 1.73
+++ build.xml 2001/05/31 14:45:02 1.74
@@ -44,7 +44,7 @@
[win32] .\build.bat help
- $Id: build.xml,v 1.73 2001/05/31 12:39:58 hillion Exp $
+ $Id: build.xml,v 1.74 2001/05/31 14:45:02 hillion Exp $
-->
@@ -302,6 +302,8 @@
<jar jarfile="${build}/lib/${project}-libs.jar">
<fileset dir="${dest}" excludes="**/CVS">
<include name="org/apache/batik/**"/>
+ <include name="org/w3c/dom/smil/**"/>
+ <include name="org/w3c/dom/svg/**"/>
</fileset>
<fileset dir="${resources}" excludes="${resources}/**/CVS">
<include name="**"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]