Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2020-01-22 13:49:51 +0000
committerAndrey Loskutov2020-01-22 13:49:51 +0000
commite78727f0dc0b653b9d5b37cfd6f145f6dfc1a4fc (patch)
tree156f409ca6889cddc8dac03e006a093aa9db5bf4
parente92368ad64ba7d7f36ecf08b15001c6716c2d2ef (diff)
downloadeclipse.platform.text-e78727f0dc0b653b9d5b37cfd6f145f6dfc1a4fc.tar.gz
eclipse.platform.text-e78727f0dc0b653b9d5b37cfd6f145f6dfc1a4fc.tar.xz
eclipse.platform.text-e78727f0dc0b653b9d5b37cfd6f145f6dfc1a4fc.zip
Bug 559298 - skipAPIAnalysis is enabled for some platform bundles
Change-Id: I0082aec37f9e8a4acd7b5c2fd3c5b3323792f282 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.text.quicksearch.tests/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.text.quicksearch.tests/pom.xml b/org.eclipse.text.quicksearch.tests/pom.xml
index e7da40f1c6b..fe8c851c4d8 100644
--- a/org.eclipse.text.quicksearch.tests/pom.xml
+++ b/org.eclipse.text.quicksearch.tests/pom.xml
@@ -29,6 +29,5 @@
<properties>
<testSuite>${project.artifactId}</testSuite>
<testClass>org.eclipse.text.quicksearch.tests.*Test</testClass>
- <skipAPIAnalysis>true</skipAPIAnalysis> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548518#c41 -->
</properties>
</project>

Back to the top