Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-03-18 07:54:32 +0000
committerSravan Kumar Lakkimsetti2021-03-18 09:00:18 +0000
commitaa696e613c565042348fcbfac1d8322788277a49 (patch)
tree760eea3b0b5e187d9589b2d00769c5bcb47398b7
parente9a1b8388a7de27a4452782e42c58471b262b73f (diff)
downloadeclipse.platform.team-aa696e613c565042348fcbfac1d8322788277a49.tar.gz
eclipse.platform.team-aa696e613c565042348fcbfac1d8322788277a49.tar.xz
eclipse.platform.team-aa696e613c565042348fcbfac1d8322788277a49.zip
Bug 571698 - Enable API check for new bundles introduced in 4.19I20210319-0030I20210318-2320I20210318-2100
Change-Id: I5e554174848508e62859da826cbd27fd8dd84575 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
index 8e04c1f0a..d46b1abeb 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
@@ -22,10 +22,6 @@
<version>1.2.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
- <properties>
- <skipAPIAnalysis>true</skipAPIAnalysis>
- </properties>
-
<build>
<plugins>
<plugin>

Back to the top