Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-09 05:40:31 +0000
committerEike Stepper2011-09-09 05:40:31 +0000
commit3854a14fd921c03294164e8c905fddb53493084a (patch)
tree57700e813e102004c4c84425cfbc4dc4cb4b567d /plugins/org.eclipse.net4j.util.doc
parent69be99ca682d1e21071fa8b5a368521584305ee9 (diff)
downloadcdo-3854a14fd921c03294164e8c905fddb53493084a.tar.gz
cdo-3854a14fd921c03294164e8c905fddb53493084a.tar.xz
cdo-3854a14fd921c03294164e8c905fddb53493084a.zip
Share project "org.eclipse.emf.cdo.releng.doc" into "https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo"
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc.ant18
1 files changed, 11 insertions, 7 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc.ant b/plugins/org.eclipse.net4j.util.doc/javadoc.ant
index d3ed2c0a7b..9bcf433537 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc.ant
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc.ant
@@ -61,7 +61,8 @@
windowtitle="${javadoc.name}"
doctitle="<h1>${javadoc.name}</h1>"
overview="${javadoc.project}/javadocOverview.html"
- bottom="<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>">
+ bottom="<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>"
+ failonerror="true">
<doclet name="org.jboss.apiviz.APIviz"
path="${additional.jars}/APIVIZ/bin;${additional.jars}/APIVIZ/lib/jdepend-2.9.1.jar">
@@ -176,19 +177,22 @@
<fileset refid="desthtml" />
</replaceregexp>
- <java classname="org.eclipse.emf.cdo.releng.MakeHrefsRelative" dir="${basedir}" fork="true">
- <classpath path="plugins/org.eclipse.emf.cdo.releng/bin" />
+ <java classname="org.eclipse.emf.cdo.releng.doc.MakeHrefsRelative" dir="${basedir}" fork="true" failonerror="true">
+ <classpath path="plugins/org.eclipse.emf.cdo.releng.doc/bin" />
<arg value="${destdir}" />
</java>
- <java classname="org.eclipse.emf.cdo.releng.MovePackageDescriptions" dir="${basedir}" fork="true">
- <classpath path="plugins/org.eclipse.emf.cdo.releng/bin" />
+ <java classname="org.eclipse.emf.cdo.releng.doc.MovePackageDescriptions"
+ dir="${basedir}"
+ fork="true"
+ failonerror="true">
+ <classpath path="plugins/org.eclipse.emf.cdo.releng.doc/bin" />
<arg value="${destdir}" />
</java>
<!--
- <java classname="org.eclipse.emf.cdo.releng.SortListItems" dir="${basedir}" fork="true">
- <classpath path="plugins/org.eclipse.emf.cdo.releng/bin" />
+ <java classname="org.eclipse.emf.cdo.releng.doc.SortListItems" dir="${basedir}" fork="true" failonerror="true">
+ <classpath path="plugins/org.eclipse.emf.cdo.releng.doc/bin" />
<arg value="${destdir}" />
</java>
-->

Back to the top