aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-08-22 12:45:32 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-08-22 12:45:32 +0000
commit603cb2e544caa0384166544c32a4403a5cd40d3a (patch)
tree37c9eb819c032f52893c179482f9b9dcfd7b1dc0 /build.xml
parent71aaf514b138309d71101a8f6c727beb0dd7eb65 (diff)
downloadsemanticscuttle-603cb2e544caa0384166544c32a4403a5cd40d3a.tar.gz
semanticscuttle-603cb2e544caa0384166544c32a4403a5cd40d3a.tar.bz2
use our own index file instead of pirum generated index
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@722 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1cd70e1..007885b 100644
--- a/build.xml
+++ b/build.xml
@@ -285,7 +285,10 @@
</replaceregexp>
</filterchain>
</copy>
- <!--<move file="${websitedir}/pirum.html" tofile="${websitedir}/index.html" overwrite="true" />-->
+
+ <!-- overwrite pirum generated index with our own -->
+ <copy file="${websitedir}/our-index.html" tofile="${websitedir}/index.html" overwrite="true" />
+
<!-- add our custom css -->
<append
destFile="${websitedir}/pirum.css"