Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbkolb2008-01-09 00:22:53 +0000
committerbkolb2008-01-09 00:22:53 +0000
commit00c7261cfe4917ad1707b1a52470076097464c8d (patch)
tree0b8ecf6408161c238e0f058e5202545240b6a7a6
parent6612a7e3a4afea839f0549af424ccc1869581210 (diff)
downloadorg.eclipse.xpand-00c7261cfe4917ad1707b1a52470076097464c8d.tar.gz
org.eclipse.xpand-00c7261cfe4917ad1707b1a52470076097464c8d.tar.xz
org.eclipse.xpand-00c7261cfe4917ad1707b1a52470076097464c8d.zip
removed index building
-rw-r--r--doc/org.eclipse.xpand.doc/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.xpand.doc/build.xml b/doc/org.eclipse.xpand.doc/build.xml
index cd63315e..997ac2bb 100644
--- a/doc/org.eclipse.xpand.doc/build.xml
+++ b/doc/org.eclipse.xpand.doc/build.xml
@@ -74,7 +74,7 @@
<arg line="./antJavadoc.sh ${eclipseDir}"/>
</exec>
- <antcall target="build.index"/>
+ <!--<antcall target="build.index"/>-->
<zip destfile="${build.result.folder}/doc.zip" compress="true">
<zipfileset dir="css" prefix="css"/>

Back to the top