From 8d2d1249fc8e511011df547d85dc4d677dd074e4 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 2 Apr 2007 16:29:11 +0000 Subject: [PATCH] Fix bootclasspath used by javadoc to be j2se-1.4 even though the tool is 1.5 --- rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml | 5 +++-- rse/doc/org.eclipse.dstore.doc.isv/options.txt | 3 ++- rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml | 3 ++- rse/doc/org.eclipse.rse.doc.isv/options.txt | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml b/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml index aee9d3d9363..460e5bf3529 100755 --- a/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml +++ b/rse/doc/org.eclipse.dstore.doc.isv/buildDoc.xml @@ -51,7 +51,7 @@ - + @@ -109,7 +109,8 @@ - + + diff --git a/rse/doc/org.eclipse.dstore.doc.isv/options.txt b/rse/doc/org.eclipse.dstore.doc.isv/options.txt index 3ca92ddb3cd..9ef27b1553c 100755 --- a/rse/doc/org.eclipse.dstore.doc.isv/options.txt +++ b/rse/doc/org.eclipse.dstore.doc.isv/options.txt @@ -3,7 +3,8 @@ -sourcepath "../org.eclipse.dstore.core/src ;../org.eclipse.dstore.extra/src" -d reference/api --classpath @rt@ +-bootclasspath @rt@ +-classpath @cp@ -breakiterator -use -splitIndex diff --git a/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml b/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml index 1737d8a148c..0553ca49df3 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml +++ b/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml @@ -122,7 +122,8 @@ - + + diff --git a/rse/doc/org.eclipse.rse.doc.isv/options.txt b/rse/doc/org.eclipse.rse.doc.isv/options.txt index 5dd813e9904..9fad7447fdb 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/options.txt +++ b/rse/doc/org.eclipse.rse.doc.isv/options.txt @@ -31,7 +31,8 @@ ;../org.eclipse.rse.ui/subsystems ;../org.eclipse.rse.ui/systems" -d reference/api --classpath @rt@ +-bootclasspath @rt@ +-classpath @cp@ ;../org.eclipse.dstore.core/@dot ;../org.eclipse.dstore.core/bin ;../org.eclipse.dstore.extra/@dot