mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Minor fixes to layout of doc build files.
This commit is contained in:
parent
ff2006dc59
commit
9d7ff81411
6 changed files with 29 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
||||||
<target name="getJavadocPath">
|
<target name="getJavadocPath">
|
||||||
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
|
<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="${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>
|
||||||
|
|
||||||
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
||||||
|
|
|
@ -85,6 +85,16 @@
|
||||||
</target>
|
</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 -->
|
<!-- Steps to do after the target gather.bin.parts -->
|
||||||
<!-- Available parameters : -->
|
<!-- Available parameters : -->
|
||||||
|
|
|
@ -2,9 +2,8 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
||||||
<extension point="org.eclipse.help.toc">
|
<extension point="org.eclipse.help.toc">
|
||||||
<toc
|
<toc file="toc.xml" primary="true"/>
|
||||||
file="toc.xml"
|
<index path="index"/>
|
||||||
primary="true"/>
|
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<target name="getJavadocPath">
|
<target name="getJavadocPath">
|
||||||
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
|
<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="${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>
|
||||||
|
|
||||||
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
||||||
|
|
|
@ -85,6 +85,16 @@
|
||||||
</target>
|
</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 -->
|
<!-- Steps to do after the target gather.bin.parts -->
|
||||||
<!-- Available parameters : -->
|
<!-- Available parameters : -->
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
|
|
||||||
<extension point="org.eclipse.help.toc">
|
<extension point="org.eclipse.help.toc">
|
||||||
<toc file="toc.xml" primary="true" />
|
<toc file="toc.xml" primary="true"/>
|
||||||
<index path="index" />
|
<index path="index" />
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
|
|
||||||
<extension point="org.eclipse.help.toc">
|
<extension point="org.eclipse.help.toc">
|
||||||
<toc file="topics_Guide.xml" />
|
<toc file="topics_Guide.xml"/>
|
||||||
<toc file="topics_Reference.xml" />
|
<toc file="topics_Reference.xml"/>
|
||||||
<toc file="topics_Questions.xml" />
|
<toc file="topics_Questions.xml"/>
|
||||||
<toc file="topics_Samples.xml" />
|
<toc file="topics_Samples.xml"/>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue