Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Dykstal2006-06-20 04:18:42 +0000
committerDavid Dykstal2006-06-20 04:18:42 +0000
commit9d7ff8141123bcf759503d29570cf58e57a8be40 (patch)
tree4dc8e5f019b4850e0c2c1ad99ce88f891bd4401c
parentff2006dc594fedabdced7f33ef731065b97c86e8 (diff)
downloadorg.eclipse.tm-9d7ff8141123bcf759503d29570cf58e57a8be40.tar.gz
org.eclipse.tm-9d7ff8141123bcf759503d29570cf58e57a8be40.tar.xz
org.eclipse.tm-9d7ff8141123bcf759503d29570cf58e57a8be40.zip
Minor fixes to layout of doc build files.
-rwxr-xr-xrse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml2
-rw-r--r--rse/doc/org.eclipse.dstore.doc.isv/customBuildCallbacks.xml10
-rwxr-xr-xrse/doc/org.eclipse.dstore.doc.isv/plugin.xml5
-rwxr-xr-xrse/doc/org.eclipse.rse.doc.isv/buildDoc.xml2
-rw-r--r--rse/doc/org.eclipse.rse.doc.isv/customBuildCallbacks.xml10
-rwxr-xr-xrse/doc/org.eclipse.rse.doc.isv/plugin.xml10
6 files changed, 29 insertions, 10 deletions
diff --git a/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml b/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml
index f647cfe2a..e99ebdf01 100755
--- a/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml
+++ b/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml
@@ -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">
diff --git a/rse/doc/org.eclipse.dstore.doc.isv/customBuildCallbacks.xml b/rse/doc/org.eclipse.dstore.doc.isv/customBuildCallbacks.xml
index 0a814ed66..e457715e4 100644
--- a/rse/doc/org.eclipse.dstore.doc.isv/customBuildCallbacks.xml
+++ b/rse/doc/org.eclipse.dstore.doc.isv/customBuildCallbacks.xml
@@ -86,6 +86,16 @@
-->
<!-- ===================================================================== -->
+ <!-- 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 : -->
<!-- base.dir - root of the project -->
diff --git a/rse/doc/org.eclipse.dstore.doc.isv/plugin.xml b/rse/doc/org.eclipse.dstore.doc.isv/plugin.xml
index 7384f28c7..f48f842b2 100755
--- a/rse/doc/org.eclipse.dstore.doc.isv/plugin.xml
+++ b/rse/doc/org.eclipse.dstore.doc.isv/plugin.xml
@@ -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>
diff --git a/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml b/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml
index a0b62ff16..6f654f5a6 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml
+++ b/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml
@@ -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">
diff --git a/rse/doc/org.eclipse.rse.doc.isv/customBuildCallbacks.xml b/rse/doc/org.eclipse.rse.doc.isv/customBuildCallbacks.xml
index 0a814ed66..7e14739e6 100644
--- a/rse/doc/org.eclipse.rse.doc.isv/customBuildCallbacks.xml
+++ b/rse/doc/org.eclipse.rse.doc.isv/customBuildCallbacks.xml
@@ -86,6 +86,16 @@
-->
<!-- ===================================================================== -->
+ <!-- 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 : -->
<!-- base.dir - root of the project -->
diff --git a/rse/doc/org.eclipse.rse.doc.isv/plugin.xml b/rse/doc/org.eclipse.rse.doc.isv/plugin.xml
index 467ee524f..942a914c2 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/plugin.xml
+++ b/rse/doc/org.eclipse.rse.doc.isv/plugin.xml
@@ -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>
<!-- ============================================================================= -->

Back to the top