From 17e5595dd0b40cac235e12fa16fe206ff3c0708b Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 12 Nov 2014 23:10:19 +0000 Subject: [PATCH] Don't overwrite index.html and robots.txt in the update More build and clean fixes --- build.xml | 16 ++++++++++++++-- {plugin/eepsite/docroot => scripts}/index.html | 0 {plugin/eepsite/docroot => scripts}/robots.txt | 0 3 files changed, 14 insertions(+), 2 deletions(-) rename {plugin/eepsite/docroot => scripts}/index.html (100%) rename {plugin/eepsite/docroot => scripts}/robots.txt (100%) diff --git a/build.xml b/build.xml index 7171c12..e2804d5 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,11 @@ - + + + + + @@ -48,9 +52,13 @@ - + + + + + @@ -65,6 +73,9 @@ + + + @@ -74,6 +85,7 @@ + diff --git a/plugin/eepsite/docroot/index.html b/scripts/index.html similarity index 100% rename from plugin/eepsite/docroot/index.html rename to scripts/index.html diff --git a/plugin/eepsite/docroot/robots.txt b/scripts/robots.txt similarity index 100% rename from plugin/eepsite/docroot/robots.txt rename to scripts/robots.txt