Revert "Bug 563846 - Enable API check for new bundles introduced in
4.16"

Failed the Gerrit verification build.

This reverts commit 155f4a5500d9856e21aa75a69db65f033205f178.
diff --git a/bundles/org.eclipse.e4.ui.swt.win32/pom.xml b/bundles/org.eclipse.e4.ui.swt.win32/pom.xml
index 0c4483a..52c64e5 100644
--- a/bundles/org.eclipse.e4.ui.swt.win32/pom.xml
+++ b/bundles/org.eclipse.e4.ui.swt.win32/pom.xml
@@ -22,6 +22,10 @@
   <version>1.0.600-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   
+  <properties>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
+  </properties>
+  
   <build>
     <plugins>
       <!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
diff --git a/bundles/org.eclipse.jface.notifications/pom.xml b/bundles/org.eclipse.jface.notifications/pom.xml
index 001acd6..820039d 100644
--- a/bundles/org.eclipse.jface.notifications/pom.xml
+++ b/bundles/org.eclipse.jface.notifications/pom.xml
@@ -22,4 +22,8 @@
   <version>0.1.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
+  <properties>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
+  </properties>
+
 </project>