Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-09-13 14:24:16 +0000
committerMickael Istria2019-09-13 14:25:54 +0000
commit475518e35dc1ba083174fc6387e19479ead28638 (patch)
tree643a768cf21c95fca4611057efe8ae6c7d933f14
parent4fafccfa0e5b17eac59689e59712630f44b05002 (diff)
downloadeclipse.platform.text-475518e35dc1ba083174fc6387e19479ead28638.tar.gz
eclipse.platform.text-475518e35dc1ba083174fc6387e19479ead28638.tar.xz
eclipse.platform.text-475518e35dc1ba083174fc6387e19479ead28638.zip
Bug 550995 - Enable API check for new bundles introduced in 4.13I20190913-1800
Change-Id: I4bf8084014a106eb6a6c5545c66bcb93a56e561d Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--org.eclipse.text.quicksearch/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.text.quicksearch/pom.xml b/org.eclipse.text.quicksearch/pom.xml
index 9403169ddd8..f4366726424 100644
--- a/org.eclipse.text.quicksearch/pom.xml
+++ b/org.eclipse.text.quicksearch/pom.xml
@@ -22,8 +22,4 @@
<artifactId>org.eclipse.text.quicksearch</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
- <properties>
- <skipAPIAnalysis>true</skipAPIAnalysis> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548518#c41 -->
- </properties>
</project>

Back to the top