]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
use our own index file instead of pirum generated index
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 22 Aug 2010 12:45:32 +0000 (12:45 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 22 Aug 2010 12:45:32 +0000 (12:45 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@722 b3834d28-1941-0410-a4f8-b48e95affb8f

build.xml

index 1cd70e1e8b3c68630b8ef0ea77a398e9faab187a..007885b2ae5e208daea362cfb9e44355129f07fe 100644 (file)
--- a/build.xml
+++ b/build.xml
      </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"