Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-27 09:34:50 +0000
committerEike Stepper2011-05-27 09:34:50 +0000
commitba43c5aaaf14d297e2e52d5af073c9717cc841d0 (patch)
tree4d0da4c296dc77994160494abd6c34414109f2d0
parent8e1d580edc32d612e77c40c00f5e256be8ccfdd6 (diff)
downloadcdo-ba43c5aaaf14d297e2e52d5af073c9717cc841d0.tar.gz
cdo-ba43c5aaaf14d297e2e52d5af073c9717cc841d0.tar.xz
cdo-ba43c5aaaf14d297e2e52d5af073c9717cc841d0.zip
javadoc -> doc plugin
-rw-r--r--releng/org.eclipse.emf.cdo.releng/build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/build.xml b/releng/org.eclipse.emf.cdo.releng/build.xml
index 30fcd3a4a9..05d1568f19 100644
--- a/releng/org.eclipse.emf.cdo.releng/build.xml
+++ b/releng/org.eclipse.emf.cdo.releng/build.xml
@@ -439,8 +439,8 @@
author="true"
version="true"
use="true"
- windowtitle="Net4j Documentation"
- doctitle="<h1>Net4j Documentation</h1>"
+ windowtitle="Net4j API Specification"
+ doctitle="<h1>Net4j API Specification</h1>"
bottom="<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>">
<fileset dir="${workspace}/plugins" defaultexcludes="yes">
@@ -485,8 +485,8 @@
author="true"
version="true"
use="true"
- windowtitle="CDO Documentation"
- doctitle="&lt;h1>CDO Documentation&lt;/h1>"
+ windowtitle="CDO API Specification"
+ doctitle="&lt;h1>CDO API Specification&lt;/h1>"
bottom="&lt;i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.&lt;/i>">
<fileset dir="${workspace}/plugins">
@@ -515,7 +515,7 @@
<link href="http://download.oracle.com/javase/1.5.0/docs/api" />
<link href="http://help.eclipse.org/helios/topic/org.eclipse.platform.doc.isv/reference/api" />
<link href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.6.0" />
- <link href="../plugins/org.eclipse.net4j.doc/javadoc" resolveLink="false" />
+ <link href="../../org.eclipse.net4j.doc/javadoc" resolveLink="false" />
<tag name="generated" description="Generated" />
<tag name="extends" description="Extends" />

Back to the top