Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-24 10:13:48 +0000
committerMickael Istria2019-06-24 11:54:13 +0000
commit6bfbe22c12342e93ef2d0c6848686512afdfc029 (patch)
treef4d6e940d68e32fc15d8ba1f2785bef4572c1ff3 /examples/org.eclipse.swt.examples.ole.win32
parent3ea1785e69c0316c40441a9b7b5e2d99051e1642 (diff)
downloadeclipse.platform.swt-6bfbe22c12342e93ef2d0c6848686512afdfc029.tar.gz
eclipse.platform.swt-6bfbe22c12342e93ef2d0c6848686512afdfc029.tar.xz
eclipse.platform.swt-6bfbe22c12342e93ef2d0c6848686512afdfc029.zip
Bug 474156 - Run API Tools builder in the Gerrit verification build
Change-Id: I7e9f00f30fe69a610a59a16d697df43b74855723 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'examples/org.eclipse.swt.examples.ole.win32')
-rw-r--r--examples/org.eclipse.swt.examples.ole.win32/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples.ole.win32/pom.xml b/examples/org.eclipse.swt.examples.ole.win32/pom.xml
index 757f402099..a87b9bb71f 100644
--- a/examples/org.eclipse.swt.examples.ole.win32/pom.xml
+++ b/examples/org.eclipse.swt.examples.ole.win32/pom.xml
@@ -22,6 +22,10 @@
<version>3.107.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
+
<build>
<plugins>
<plugin>

Back to the top