Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant b/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant
index 2543f90f4c..aade6dc05c 100644
--- a/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant
+++ b/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant
@@ -115,6 +115,12 @@
</fileset>
</copy>
+ <copy todir="${javadoc.destdir}" verbose="true" failonerror="false">
+ <fileset dir="plugins/org.eclipse.emf.cdo.releng.doc" defaultexcludes="true">
+ <include name="javadoc.css" />
+ </fileset>
+ </copy>
+
<replaceregexp match="&lt;!-- Generated by javadoc .*--&gt;" replace="">
<fileset refid="desthtml" />
</replaceregexp>
@@ -123,6 +129,11 @@
<fileset refid="desthtml" />
</replaceregexp>
+ <replaceregexp match="(&lt;LINK REL =&quot;stylesheet&quot; TYPE=&quot;text/css&quot; HREF=&quot;([\./]*)stylesheet.css&quot; TITLE=&quot;Style&quot;&gt;)"
+ replace="&lt;LINK REL =&quot;stylesheet&quot; TYPE=&quot;text/css&quot; HREF=&quot;\2../html/book.css&quot; TITLE=&quot;Style&quot;&gt;${line.separator}\1">
+ <fileset refid="desthtml" />
+ </replaceregexp>
+
<java classname="org.eclipse.emf.cdo.releng.doc.java.MakeHrefsRelative"
dir="${basedir}"
fork="true"

Back to the top