1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Minor fixes to layout of doc build files.

This commit is contained in:
David Dykstal 2006-06-20 04:18:42 +00:00
parent ff2006dc59
commit 9d7ff81411
6 changed files with 29 additions and 10 deletions

View file

@ -25,7 +25,7 @@
<target name="getJavadocPath">
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
<available file="/usr/bin/javadoc/" property="javadoc" value="/usr/bin/javadoc" />
<available file="/usr/bin/javadoc" property="javadoc" value="/usr/bin/javadoc" />
</target>
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">

View file

@ -85,6 +85,16 @@
</target>
-->
<!-- ===================================================================== -->
<!-- Steps to do before the target gather.bin.parts -->
<!-- Available parameters : -->
<!-- base.dir - root of the project -->
<!-- build.result.folder - folder containing the build results -->
<!-- target.folder - destination folder -->
<!-- ===================================================================== -->
<target name="pre.gather.bin.parts">
</target>
<!-- ===================================================================== -->
<!-- Steps to do after the target gather.bin.parts -->
<!-- Available parameters : -->

View file

@ -2,9 +2,8 @@
<plugin>
<extension point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true"/>
<toc file="toc.xml" primary="true"/>
<index path="index"/>
</extension>
</plugin>

View file

@ -26,7 +26,7 @@
<target name="getJavadocPath">
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
<available file="/usr/bin/javadoc/" property="javadoc" value="/usr/bin/javadoc" />
<available file="/usr/bin/javadoc" property="javadoc" value="/usr/bin/javadoc" />
</target>
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">

View file

@ -85,6 +85,16 @@
</target>
-->
<!-- ===================================================================== -->
<!-- Steps to do before the target gather.bin.parts -->
<!-- Available parameters : -->
<!-- base.dir - root of the project -->
<!-- build.result.folder - folder containing the build results -->
<!-- target.folder - destination folder -->
<!-- ===================================================================== -->
<target name="pre.gather.bin.parts">
</target>
<!-- ===================================================================== -->
<!-- Steps to do after the target gather.bin.parts -->
<!-- Available parameters : -->

View file

@ -14,7 +14,7 @@
<!-- ============================================================================= -->
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true" />
<toc file="toc.xml" primary="true"/>
<index path="index" />
</extension>
@ -23,10 +23,10 @@
<!-- ============================================================================= -->
<extension point="org.eclipse.help.toc">
<toc file="topics_Guide.xml" />
<toc file="topics_Reference.xml" />
<toc file="topics_Questions.xml" />
<toc file="topics_Samples.xml" />
<toc file="topics_Guide.xml"/>
<toc file="topics_Reference.xml"/>
<toc file="topics_Questions.xml"/>
<toc file="topics_Samples.xml"/>
</extension>
<!-- ============================================================================= -->