Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-09-28 13:21:12 +0000
committerThomas Watson2017-09-28 13:21:12 +0000
commit2f2ef79947810b0e1ab846c1fc80e531637d5043 (patch)
treec83e25517b0e73123fb2eece0bdbcd57b5e20a4d
parent4f955cfb6005d25c944c5efa2ca3acd1c65f83a4 (diff)
downloadrt.equinox.framework-2f2ef79947810b0e1ab846c1fc80e531637d5043.tar.gz
rt.equinox.framework-2f2ef79947810b0e1ab846c1fc80e531637d5043.tar.xz
rt.equinox.framework-2f2ef79947810b0e1ab846c1fc80e531637d5043.zip
Update API filters
Change-Id: I950ee751931469bfbe394b4bfff1136e90065a7b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/.settings/.api_filters14
1 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.settings/.api_filters b/bundles/org.eclipse.osgi/.settings/.api_filters
index 6a48a3327..92b4d7f8c 100644
--- a/bundles/org.eclipse.osgi/.settings/.api_filters
+++ b/bundles/org.eclipse.osgi/.settings/.api_filters
@@ -1,5 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.osgi" version="2">
+ <resource path="META-INF/MANIFEST.MF">
+ <filter comment="Backported Java 9 work" id="924844039">
+ <message_arguments>
+ <message_argument value="3.12.50"/>
+ <message_argument value="3.12.0"/>
+ </message_arguments>
+ </filter>
+ <filter comment="Backported Java 9" id="924844039">
+ <message_arguments>
+ <message_argument value="3.12.50"/>
+ <message_argument value="3.12.1"/>
+ </message_arguments>
+ </filter>
+ </resource>
<resource path="container/src/org/eclipse/osgi/container/ModuleDatabase.java" type="org.eclipse.osgi.container.ModuleDatabase">
<filter comment="Backport API to 3.12" id="1141899266">
<message_arguments>

Back to the top