Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-08-26 15:41:33 +0000
committerBJ Hargrave2011-08-26 20:55:58 +0000
commitd8d5d0ba243e8ce988cae200837505edf6798a33 (patch)
tree9f6a31f51ab849edb806230743a667003e138e07 /bundles/org.eclipse.osgi/.settings
parentb1f6f3fa49d1a7ceb7c3b737855a5bb5285b5521 (diff)
downloadrt.equinox.framework-d8d5d0ba243e8ce988cae200837505edf6798a33.tar.gz
rt.equinox.framework-d8d5d0ba243e8ce988cae200837505edf6798a33.tar.xz
rt.equinox.framework-d8d5d0ba243e8ce988cae200837505edf6798a33.zip
Add API filter for RESOLUTION_DYNAMIC constant
Diffstat (limited to 'bundles/org.eclipse.osgi/.settings')
-rw-r--r--bundles/org.eclipse.osgi/.settings/.api_filters7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.settings/.api_filters b/bundles/org.eclipse.osgi/.settings/.api_filters
index 4e729f2b2..af6340943 100644
--- a/bundles/org.eclipse.osgi/.settings/.api_filters
+++ b/bundles/org.eclipse.osgi/.settings/.api_filters
@@ -845,6 +845,13 @@
<message_argument value="SERVICE_INTENTS"/>
</message_arguments>
</filter>
+ <filter comment="Ignore OSGi APIs" id="1209008130">
+ <message_arguments>
+ <message_argument value="1.7"/>
+ <message_argument value="3.8"/>
+ <message_argument value="RESOLUTION_DYNAMIC"/>
+ </message_arguments>
+ </filter>
</resource>
<resource path="osgi/src/org/osgi/framework/Filter.java" type="org.osgi.framework.Filter">
<filter comment="Ignore OSGi API" id="403853384">

Back to the top