Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-21 13:34:05 +0000
committerMickael Istria2019-06-21 13:34:48 +0000
commitae4ad58306281aa53160c31ad9a073ee3880d35c (patch)
treeee757939a0e93a29fb5331ec4cb900ce7fe6dce1
parentecce9c75ee460f70b993efc93bdc8f8d69c696e2 (diff)
downloadrt.equinox.framework-ae4ad58306281aa53160c31ad9a073ee3880d35c.tar.gz
rt.equinox.framework-ae4ad58306281aa53160c31ad9a073ee3880d35c.tar.xz
rt.equinox.framework-ae4ad58306281aa53160c31ad9a073ee3880d35c.zip
Bug 474156 - Run API Tools builder in the Gerrit verification buildI20190625-1800I20190625-0535I20190624-1800I20190623-1800I20190621-1800
Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--.gitignore1
-rw-r--r--bundles/.gitignore1
-rw-r--r--bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml1
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml1
13 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c5da06bcc..2e748a080 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
# maven
/*/*/target/
/bundles/org.eclipse.osgi/supplement/target/
+/target/
diff --git a/bundles/.gitignore b/bundles/.gitignore
new file mode 100644
index 000000000..b83d22266
--- /dev/null
+++ b/bundles/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
index 9b3b4ee33..73a5e4128 100644
--- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
@@ -26,6 +26,7 @@
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
index 5496c9abe..adf4673a1 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
@@ -26,5 +26,6 @@
<os>linux</os>
<ws>gtk</ws>
<arch>aarch64</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml
index 6bb2885cd..ca044e5a9 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml
@@ -26,5 +26,6 @@
<os>linux</os>
<ws>gtk</ws>
<arch>arm</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
index 03d89d5b7..01445c25b 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
@@ -26,5 +26,6 @@
<os>linux</os>
<ws>gtk</ws>
<arch>ppc64le</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
index bb2b247f4..21ab9fdad 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
@@ -26,5 +26,6 @@
<os>linux</os>
<ws>gtk</ws>
<arch>s390</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
index 2f596ce85..f0d8dad34 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
@@ -26,5 +26,6 @@
<os>linux</os>
<ws>gtk</ws>
<arch>s390x</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml
index 91e00edbb..0907dceb4 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml
@@ -26,5 +26,6 @@
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
index 44be54694..31f5069ab 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
@@ -26,5 +26,6 @@
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
index 27285fbce..d34c2e6c5 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
@@ -26,5 +26,6 @@
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml
index 85000e8a0..59bcd29f3 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml
@@ -26,5 +26,6 @@
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index 8ea1c04f2..ec9ccc358 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -27,6 +27,7 @@
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
<testSuite>${project.artifactId}</testSuite>
<testClass>org.eclipse.osgi.tests.AutomatedTests</testClass>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
<build>

Back to the top