Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-10-14 12:02:57 +0000
committerEike Stepper2012-10-14 12:02:57 +0000
commit5745d52bd8bec28380700f3d9ae75aec665b06e5 (patch)
treebeb84a5feefec3171eae367d0fab17e961bf9c67
parentadfcd65229674747420e90e4dad28a90e295167e (diff)
downloadcdo-5745d52bd8bec28380700f3d9ae75aec665b06e5.tar.gz
cdo-5745d52bd8bec28380700f3d9ae75aec665b06e5.tar.xz
cdo-5745d52bd8bec28380700f3d9ae75aec665b06e5.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.ant2
1 files changed, 1 insertions, 1 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 d55c00b141..6e6791c559 100644
--- a/plugins/org.eclipse.emf.cdo.releng/hudson/api_reports.ant
+++ b/plugins/org.eclipse.emf.cdo.releng/hudson/api_reports.ant
@@ -12,7 +12,7 @@
<project name="API Reports" default="main">
<target name="main">
- <apitooling.analysis baseline="CDO Baseline" profile="${git.clone}" report="${result}/analysis" />
+ <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" />
</target>

Back to the top