Author: batosai
Date: 2008-08-05 10:30:29 +0000 (Tue, 05 Aug 2008)
New Revision: 21609

Modified:
   trunk/apps/WoT/build.xml
Log:
Bundled db4o's jar to avoid version conflicts with toad's one (I use 7.2 when 
he uses 6.4). Thanks to saces for pointing that.

Modified: trunk/apps/WoT/build.xml
===================================================================
--- trunk/apps/WoT/build.xml    2008-08-05 09:49:45 UTC (rev 21608)
+++ trunk/apps/WoT/build.xml    2008-08-05 10:30:29 UTC (rev 21609)
@@ -36,6 +36,7 @@
                                <include name="*.txt"/>
                        </fileset>
                        <fileset dir="${build}/"/>
+                       <zipfileset src="${db4o.location}"/>
                </jar>
        </target>



Reply via email to