Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2022-01-20 10:16:43 +0000
committerAndrey Loskutov2022-01-20 11:00:19 +0000
commit58380fd1f9e9fa02a59a92671f6c79458b099b64 (patch)
tree128fbb6d5f122a47d4641b00fc9f2b336fde227c
parent6f1920aeee2419391e51609facabf1251cb5808e (diff)
downloadeclipse.platform.debug-58380fd1f9e9fa02a59a92671f6c79458b099b64.tar.gz
eclipse.platform.debug-58380fd1f9e9fa02a59a92671f6c79458b099b64.tar.xz
eclipse.platform.debug-58380fd1f9e9fa02a59a92671f6c79458b099b64.zip
Bug 578289 - Enable API analysis for org.eclipse.debug.ui.launchviewY20220120-0600I20220120-1800I20220120-0720
Change-Id: I20937433a4b75a91d471057d4e424d5e500cc254 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189809 Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r--org.eclipse.debug.ui.launchview/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui.launchview/pom.xml b/org.eclipse.debug.ui.launchview/pom.xml
index 77a024240..9fb8283e2 100644
--- a/org.eclipse.debug.ui.launchview/pom.xml
+++ b/org.eclipse.debug.ui.launchview/pom.xml
@@ -18,7 +18,6 @@
</parent>
<properties>
- <skipAPIAnalysis>true</skipAPIAnalysis>
<code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings>
</properties>

Back to the top