* Eepsite: Add Deutsch index page and css (thanks sperrbezirk!)

This commit is contained in:
zzz
2009-07-24 14:16:16 +00:00
parent 9abb0a1581
commit 2f0b9a8f94
4 changed files with 204 additions and 1 deletions

View File

@ -305,6 +305,8 @@
<mkdir dir="pkg-temp/eepsite/docroot" />
<mkdir dir="pkg-temp/eepsite/cgi-bin" />
<copy file="installer/resources/eepsite_index.html" tofile="pkg-temp/eepsite/docroot/index.html" />
<copy file="installer/resources/eepsite_index_de.html" tofile="pkg-temp/eepsite/docroot/index_de.html" />
<copy file="installer/resources/eepsite.css" todir="pkg-temp/eepsite/docroot/" />
<copy file="installer/resources/robots.txt" todir="pkg-temp/eepsite/docroot/" />
<copy file="installer/resources/themes/console/images/favicon.ico" tofile="pkg-temp/eepsite/docroot/favicon.ico" />
<copy file="installer/resources/jetty.xml" tofile="pkg-temp/eepsite/jetty.xml" />