Author: nextgens
Date: 2006-03-05 21:34:05 +0000 (Sun, 05 Mar 2006)
New Revision: 8168
Modified:
trunk/freenet/build.xml
Log:
Modified the ant buildfile according to dbkr's needs
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2006-03-05 18:15:38 UTC (rev 8167)
+++ trunk/freenet/build.xml 2006-03-05 21:34:05 UTC (rev 8168)
@@ -52,6 +52,10 @@
<exclude name="org/**/MersenneTwisterTest.java"/>
<exclude name="freenet/node/*Test.java"/>
</javac>
+ <!-- Copy web interface static files to the build dir -->
+ <copy todir="${build}/freenet/clients/http/staticfiles">
+ <fileset dir="${src}/freenet/clients/http/staticfiles"/>
+ </copy>
</target>