Author: batosai
Date: 2008-09-07 10:48:05 +0000 (Sun, 07 Sep 2008)
New Revision: 22511

Modified:
   trunk/apps/WoT/build.xml
Log:
No need to bundle db4o anymore as it is included in freenet-ext #22

Modified: trunk/apps/WoT/build.xml
===================================================================
--- trunk/apps/WoT/build.xml    2008-09-07 09:08:35 UTC (rev 22510)
+++ trunk/apps/WoT/build.xml    2008-09-07 10:48:05 UTC (rev 22511)
@@ -88,13 +88,13 @@
                                <include name="*.txt"/>
                        </fileset>
                        <fileset dir="${build}/"/>
-                       <zipfileset src="${db4o.location}"/>
                </jar>
        </target>

        <!-- ================================================== -->
        <target name="clean" description="Delete class files and docs dir.">
                <delete dir="${build}"/>
+               <delete dir="${build-test}"/>
                <delete dir="${dist}"/>
        </target>
 </project>


Reply via email to