Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6a4cbb19c8c9ac28c1a97f14262f4b92dca42afa (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
# 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

## 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

Back to the top