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

This reverts commit e34c2c9aec6d5b0a2681b07302e5c03452753416.

Change-Id: I4ff9ce402cbe93847c2af5541ed10d9805c1c447
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.e4.ui.swt.win32/pom.xml b/bundles/org.eclipse.e4.ui.swt.win32/pom.xml
index 525062a..09f0f17 100644
--- a/bundles/org.eclipse.e4.ui.swt.win32/pom.xml
+++ b/bundles/org.eclipse.e4.ui.swt.win32/pom.xml
@@ -22,10 +22,6 @@
   <version>1.0.700-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 0d2ebe7..4dd5179 100644
--- a/bundles/org.eclipse.jface.notifications/pom.xml
+++ b/bundles/org.eclipse.jface.notifications/pom.xml
@@ -22,8 +22,4 @@
   <version>0.1.100-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
-  <properties>
-    <skipAPIAnalysis>true</skipAPIAnalysis>
-  </properties>
-
 </project>