Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b938b03fd52b53c5570283a12fa443de5143ab80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# See
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=429406#c7
# Excluding only "known issues"
#
## NON-ECLIPSE BUNDLES
org.apache.ant
org.apache.commons.codec
org.apache.httpcomponents.httpclient
org.apache.httpcomponents.httpcore
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

## REMOVED runtime.compatibility layer - https://bugs.eclipse.org/394739
org.eclipse.core.runtime.compatibility
org.eclipse.core.runtime.compatibility.registry

## REMOVED org.eclipse.core.filesystem.java7 fragment - https://bugs.eclipse.org/472554
org.eclipse.core.filesystem.java7

## REMOVED org.eclipse.ecf.provider.filetransfer.httpclient4 - https://bugs.eclipse.org/545718
org.eclipse.ecf.provider.filetransfer.httpclient4

## REMOVED org.eclipse.ecf.provider.filetransfer.httpclient4.ssl - https://bugs.eclipse.org/545718
org.eclipse.ecf.provider.filetransfer.httpclient4.ssl

Back to the top