Skip to content

Commit 32f1298

Browse files
committed
Exclude Deprecations from 3rd party projects
EMF and Aqute as can be seen in https://download.eclipse.org/eclipse/downloads/drops4/I20260113-1800/apitools/deprecation/apideprecation.html
1 parent 12b858e commit 32f1298

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# See
2-
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=429406#c7
3-
# Excluding only "known issues"
4-
#
51
## NON-ECLIPSE BUNDLES
62
org.apache.ant
73
org.apache.commons.codec
84
org.objectweb.asm
95
org.objectweb.asm.commons
106
org.apache.commons.commons-io
117
biz.aQute.bndlib
8+
biz.aQute.repository
129
org.apache.lucene.core
1310
org.apache.commons.commons-beanutils
1411
bcpg
@@ -23,11 +20,12 @@ junit-platform-engine
2320
junit-platform-launcher
2421
org.commonmark
2522
com.ibm.icu
23+
org.mortbay.jasper.mortbay-apache-jsp
2624

2725
## SPECIAL CASE FOR SWT: THE FRAGMENT IS ANALYZED AS PART OF THE HOST
2826
org.eclipse.swt.win32.win32.x86_64
2927

30-
## Can't guarantee jetty bundles API stabiltiy
28+
## Can't guarantee other Eclipse Projects bundles API stabiltiy
3129
org.eclipse.jetty.continuation
3230
org.eclipse.jetty.http
3331
org.eclipse.jetty.io
@@ -37,4 +35,6 @@ org.eclipse.jetty.servlet
3735
org.eclipse.jetty.util.ajax
3836
org.eclipse.jetty.util
3937
org.eclipse.jetty.ee8.server
40-
org.mortbay.jasper.mortbay-apache-jsp
38+
org.eclipse.emf.common
39+
org.eclipse.emf.ecore
40+
org.eclipse.emf.ecore.xmi

0 commit comments

Comments
 (0)