2002/07/19 04:41:10
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:06 +0000 (06:49 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:06 +0000 (06:49 +0000)
darcs-hash:20040130064906-2ba56-e24e6d1e4a68b86022e06f192c1b7ea0174ad350.gz

build.xml

index 7db2fcd..8c6302d 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -46,8 +46,8 @@
         <taskdef name="bash" classname="org.xwt.tasks.BashTask">
             <classpath path="bin/"/>
         </taskdef>
-        <echo message="updating builtin.xwar"/>
-        <zip update="true" zipfile="bin/org/xwt/builtin.xwar" basedir="src" includes="org/xwt/builtin/*.png,org/xwt/builtin/*.xwt"/>
+        <echo message="updating     .xwt -> .xwar"/>
+        <zip update="true" zipfile="bin/org/xwt/builtin.xwar" basedir="src" includes="org/xwt/builtin/*.png,org/xwt/builtin/*.xwt,org/xwt/builtin/*.xwf"/>
     </target>
 
     <target name="build" depends="compile">