Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-09-20 20:44:26 +0000
committerThomas Watson2013-09-20 20:44:26 +0000
commit34c0d973195f8456d95a9cc105feaed4eaf976fd (patch)
tree026ec632e6dae940361680c96f1cbe6c957d07f2
parentf2c911cf5c9f6eca3437e05ceb207f034185be25 (diff)
downloadrt.equinox.framework-34c0d973195f8456d95a9cc105feaed4eaf976fd.tar.gz
rt.equinox.framework-34c0d973195f8456d95a9cc105feaed4eaf976fd.tar.xz
rt.equinox.framework-34c0d973195f8456d95a9cc105feaed4eaf976fd.zip
Update api filters for OSGi APIs
-rw-r--r--bundles/org.eclipse.osgi/.settings/.api_filters18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.settings/.api_filters b/bundles/org.eclipse.osgi/.settings/.api_filters
index 6864d6855..2a003447c 100644
--- a/bundles/org.eclipse.osgi/.settings/.api_filters
+++ b/bundles/org.eclipse.osgi/.settings/.api_filters
@@ -236,6 +236,24 @@
</message_arguments>
</filter>
</resource>
+ <resource path="osgi/src/org/osgi/framework/Version.java" type="org.osgi.framework.Version">
+ <filter comment="Ignore OSGi API" id="1141899266">
+ <message_arguments>
+ <message_argument value="1.8"/>
+ <message_argument value="3.10"/>
+ <message_argument value="valueOf(String)"/>
+ </message_arguments>
+ </filter>
+ </resource>
+ <resource path="osgi/src/org/osgi/framework/VersionRange.java" type="org.osgi.framework.VersionRange">
+ <filter comment="Ignore OSGi API" id="1141899266">
+ <message_arguments>
+ <message_argument value="1.8"/>
+ <message_argument value="3.10"/>
+ <message_argument value="valueOf(String)"/>
+ </message_arguments>
+ </filter>
+ </resource>
<resource path="osgi/src/org/osgi/framework/hooks/weaving/WovenClass.java" type="org.osgi.framework.hooks.weaving.WovenClass">
<filter comment="Ignore OSGi API" id="1209008130">
<message_arguments>

Back to the top