Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-02-08 09:51:20 +0000
committerAlexander Kurtakov2021-02-08 09:54:01 +0000
commitcfc76d00e0272964dd2d2ca3f578477320c04afa (patch)
tree44a2c946bff0ee6d0b29e846158ed470c664d8a5
parentd3bca2ae64031920d4690b854f45ad3597f6711b (diff)
downloadrt.equinox.framework-cfc76d00e0272964dd2d2ca3f578477320c04afa.tar.gz
rt.equinox.framework-cfc76d00e0272964dd2d2ca3f578477320c04afa.tar.xz
rt.equinox.framework-cfc76d00e0272964dd2d2ca3f578477320c04afa.zip
Bug 570851 - Add a module-info to the org.eclipse.osgi framework
Add api filter as there is a hack and bree is not actually changing. Change-Id: I89fe0cb1e1d7b912611c3441dfaf19d228bf8af2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.osgi/.settings/.api_filters8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.settings/.api_filters b/bundles/org.eclipse.osgi/.settings/.api_filters
index f1f547e91..655e49245 100644
--- a/bundles/org.eclipse.osgi/.settings/.api_filters
+++ b/bundles/org.eclipse.osgi/.settings/.api_filters
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.osgi" version="2">
+ <resource path="META-INF/MANIFEST.MF">
+ <filter comment="Bug 570851 - Add a module-info to the org.eclipse.osgi framework" id="930086955">
+ <message_arguments>
+ <message_argument value="3.16.200"/>
+ <message_argument value="3.16.100"/>
+ </message_arguments>
+ </filter>
+ </resource>
<resource path="osgi/src/org/osgi/framework/FrameworkUtil.java" type="org.osgi.framework.FrameworkUtil">
<filter comment="Not for OSGi API" id="1141899266">
<message_arguments>

Back to the top