Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-05-13 04:16:14 +0000
committerSravan Kumar Lakkimsetti2019-05-13 04:16:14 +0000
commitb3485fcbc27d7c540d83474c4168918a18da19de (patch)
treec6505b2e0f29dc29663bf4c90b9b6712d82440ef /eclipse.platform.releng.tychoeclipsebuilder
parent434a25c7eb62443db53c5d7d68484be234782a98 (diff)
downloadeclipse.platform.releng.aggregator-b3485fcbc27d7c540d83474c4168918a18da19de.tar.gz
eclipse.platform.releng.aggregator-b3485fcbc27d7c540d83474c4168918a18da19de.tar.xz
eclipse.platform.releng.aggregator-b3485fcbc27d7c540d83474c4168918a18da19de.zip
Bug 546741 - False positive warnings issued on fragment by API Tools
report during build Change-Id: I0e6d9a1b3f35c90d5e88d12e66d7967b76c6b5f1 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
index 6a4cbb19c..eae66617a 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
@@ -11,6 +11,7 @@ org.objectweb.asm
## SPECIAL CASE FOR SWT: THE FRAGMENT IS ANALYZED AS PART OF THE HOST
org.eclipse.swt.win32.win32.x86
+org.eclipse.swt.win32.win32.x86_64
## REMOVED BUNDLE - https://bugs.eclipse.org/453228
org.eclipse.equinox.p2.ql

Back to the top