From 34163fb8e4eed9240f02d9a53a55a12bfe1e3193 Mon Sep 17 00:00:00 2001 From: jrandom <jrandom> Date: Sun, 3 Oct 2004 21:06:17 +0000 Subject: [PATCH] dont overwrite index.html anymore (0.4.1.2 wont) --- build.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.xml b/build.xml index b196c8d7d8..8ffc44540d 100644 --- a/build.xml +++ b/build.xml @@ -232,9 +232,6 @@ <copy file="hosts.txt" todir="pkg-temp/" /> <mkdir dir="pkg-temp/eepsite" /> <mkdir dir="pkg-temp/eepsite/webapps" /> - <mkdir dir="pkg-temp/eepsite/logs" /> - <mkdir dir="pkg-temp/eepsite/docroot" /> - <copy file="installer/resources/eepsite_index.html" tofile="pkg-temp/eepsite/docroot/index.html" /> <copy file="installer/resources/jetty.xml" tofile="pkg-temp/eepsite/jetty.xml" /> <zip destfile="i2pupdate.zip" basedir="pkg-temp" /> </target> -- GitLab