Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-10-14 12:14:20 +0000
committerEike Stepper2012-10-14 12:14:20 +0000
commit45a63d21a247e1ac5c48b34bf002fe8528b02de0 (patch)
tree982e419af61944a49a4e5ab437fd2fca28228c01
parent5745d52bd8bec28380700f3d9ae75aec665b06e5 (diff)
downloadcdo-45a63d21a247e1ac5c48b34bf002fe8528b02de0.tar.gz
cdo-45a63d21a247e1ac5c48b34bf002fe8528b02de0.tar.xz
cdo-45a63d21a247e1ac5c48b34bf002fe8528b02de0.zip
[391874] [Releng] Generate API reports during Hudson build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391874
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/hudson/api_reports.ant4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/hudson/api_reports.ant b/plugins/org.eclipse.emf.cdo.releng/hudson/api_reports.ant
index 6e6791c559..0797e49df8 100644
--- a/plugins/org.eclipse.emf.cdo.releng/hudson/api_reports.ant
+++ b/plugins/org.eclipse.emf.cdo.releng/hudson/api_reports.ant
@@ -12,8 +12,8 @@
<project name="API Reports" default="main">
<target name="main">
- <apitooling.analysis baseline="/opt/public/modeling/emf/cdo/api_baseline" profile="${git.clone}" report="${result}/analysis" />
- <apitooling.analysis_reportconversion xmlfiles="${result}/analysis" htmlfiles="${result}/analysis/html" />
+ <apitooling.compare baseline="/opt/public/modeling/emf/cdo/api_baseline" profile="${git.clone}" report="${result}/analysis" />
+ <!--apitooling.analysis_reportconversion xmlfiles="${result}/analysis" htmlfiles="${result}/analysis/html" /-->
</target>
</project>

Back to the top