Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-10-17 08:06:52 +0000
committerEike Stepper2012-10-17 08:06:52 +0000
commit08867be83117a7156b307df594d4ebb1fccf024f (patch)
tree2a2bb9d990a635cd41a2c74779a40225aaa4ca69
parentda92c8efd7e23fd4a67a424be5aac93528aacd5f (diff)
downloadcdo-08867be83117a7156b307df594d4ebb1fccf024f.tar.gz
cdo-08867be83117a7156b307df594d4ebb1fccf024f.tar.xz
cdo-08867be83117a7156b307df594d4ebb1fccf024f.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/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 86c121e385..5297ea94af 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -428,6 +428,12 @@
<echo message="Importing projects into ${ws}" />
<echo message="Importing binaries into ${tp}" />
<mkdir dir="${tp}" />
+ <buckminster command="setpref">
+ <cmdargs>
+ <arg value="maxParallelResolutions" />
+ <arg value="1" />
+ </cmdargs>
+ </buckminster>
<buckminster command="import">
<cmdargs>
<arg value="-B" />

Back to the top