Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-20 13:37:04 +0000
committerMickael Istria2019-06-20 16:31:32 +0000
commitb1ecd006bfe55fc077015cc7ddece8825e013d9f (patch)
tree00cfe988f045942d0b87c98f90e25848545914c6 /bundles/org.eclipse.equinox.security.win32.x86_64
parent60d3266076032e4ac4e6e75ca8d70c9504598d60 (diff)
downloadrt.equinox.bundles-b1ecd006bfe55fc077015cc7ddece8825e013d9f.tar.gz
rt.equinox.bundles-b1ecd006bfe55fc077015cc7ddece8825e013d9f.tar.xz
rt.equinox.bundles-b1ecd006bfe55fc077015cc7ddece8825e013d9f.zip
Bug 474156 - Run API Tools at build-timeI20190620-1800
Change-Id: Id401b13054e13d7baa26c931b401b75bad7e0130 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.security.win32.x86_64')
-rw-r--r--bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml b/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
index 5e5b64f60..11d20a35d 100644
--- a/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
@@ -22,6 +22,10 @@
<version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
+
<build>
<plugins>
<plugin>

Back to the top