Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-01-10 14:52:23 +0000
committerEike Stepper2012-01-10 14:52:23 +0000
commit0e4d5df279b8c92255af38579cdc15a545766a21 (patch)
treecf094bfa94317154c470987581c3ba8677792f34 /plugins/org.eclipse.emf.cdo.releng.help
parentb7cb58538e6371d97fecb399d5d35f514dca4351 (diff)
downloadcdo-0e4d5df279b8c92255af38579cdc15a545766a21.tar.gz
cdo-0e4d5df279b8c92255af38579cdc15a545766a21.tar.xz
cdo-0e4d5df279b8c92255af38579cdc15a545766a21.zip
[367905] [CDO] Allow Adapters to be notified during loading
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367905
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/build.xml b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
index 6209f7e168..f43624d3b7 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
@@ -54,6 +54,8 @@
classpathref="javadoc.classpath" />
<target name="build.java">
+ <echo message="Building JavaDoc for org.eclipse.emf.cdo.releng.help" />
+
<delete includeemptydirs="true" failonerror="false">
<fileset dir="${javadoc.destdir}" defaultexcludes="true">
<include name="**/*" />
@@ -188,6 +190,8 @@
</target>
<target name="build.schema" unless="schema.skip">
+ <echo message="Building SchemaDoc for org.eclipse.emf.cdo.releng.help" />
+
<delete includeemptydirs="true" failonerror="false">
<fileset dir="${schemadoc.destdir}" defaultexcludes="true">
<include name="**/*" />
@@ -210,6 +214,8 @@
</target>
<target name="build.article" unless="article.skip">
+ <echo message="Building Articles for org.eclipse.emf.cdo.releng.help" />
+
<tstamp>
<format property="start.time" pattern="y-M-D-H-m-s-S" />
</tstamp>

Back to the top