From 1fd5a20373869e1c57f795264c32e2ac4f935dbb Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Mon, 22 Jun 2009 14:07:31 +0000 Subject: [PATCH] Include console.css in new installs! --- build.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.xml b/build.xml index ae6224a70d..b80f6fd12a 100644 --- a/build.xml +++ b/build.xml @@ -297,6 +297,9 @@ <copy todir="pkg-temp/docs/themes/" > <fileset dir="installer/resources/themes/" /> </copy> + <!-- CSS now in docs/, not in the .war --> + <copy file="apps/routerconsole/jsp/default.css" tofile="pkg-temp/docs/themes/console/console.css" /> + <copy file="apps/routerconsole/jsp/default.css" tofile="pkg-temp/docs/themes/console/defCon1/console.css" /> <mkdir dir="pkg-temp/eepsite" /> <mkdir dir="pkg-temp/eepsite/webapps" /> <mkdir dir="pkg-temp/eepsite/logs" /> -- GitLab