diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-08-22 12:45:32 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-08-22 12:45:32 +0000 |
commit | 603cb2e544caa0384166544c32a4403a5cd40d3a (patch) | |
tree | 37c9eb819c032f52893c179482f9b9dcfd7b1dc0 | |
parent | 71aaf514b138309d71101a8f6c727beb0dd7eb65 (diff) | |
download | semanticscuttle-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
-rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |