Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2015-04-08 14:37:14 +0000
committerSzymon Ptaszkiewicz2015-04-08 14:37:14 +0000
commitb18d30db803b95daa7ce45c1bba40a29bb94c338 (patch)
tree548d1539254e366758eeb24476662264a7ea1638 /bundles/org.eclipse.equinox.preferences
parentc7903d82f09c8f93a99e25b9be5527d564b633c7 (diff)
downloadrt.equinox.bundles-b18d30db803b95daa7ce45c1bba40a29bb94c338.tar.gz
rt.equinox.bundles-b18d30db803b95daa7ce45c1bba40a29bb94c338.tar.xz
rt.equinox.bundles-b18d30db803b95daa7ce45c1bba40a29bb94c338.zip
Bug 464166 - Fix API problem filter warnings for projects in rt.equinox.bundles repo
Change-Id: If0399017942773cb0c3c522722fe6c9d9f1cff5c Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.preferences')
-rw-r--r--bundles/org.eclipse.equinox.preferences/.settings/.api_filters17
1 files changed, 0 insertions, 17 deletions
diff --git a/bundles/org.eclipse.equinox.preferences/.settings/.api_filters b/bundles/org.eclipse.equinox.preferences/.settings/.api_filters
deleted file mode 100644
index e5d9db67c..000000000
--- a/bundles/org.eclipse.equinox.preferences/.settings/.api_filters
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component id="org.eclipse.equinox.preferences" version="2">
-<resource path="src/org/osgi/service/prefs/Preferences.java" type="org.osgi.service.prefs.Preferences">
-<filter comment="Ignore OSGi API." id="403853384">
-<message_arguments>
-<message_argument value="org.osgi.service.prefs.Preferences"/>
-</message_arguments>
-</filter>
-</resource>
-<resource path="src/org/osgi/service/prefs/PreferencesService.java" type="org.osgi.service.prefs.PreferencesService">
-<filter comment="Ignore OSGi API." id="403853384">
-<message_arguments>
-<message_argument value="org.osgi.service.prefs.PreferencesService"/>
-</message_arguments>
-</filter>
-</resource>
-</component>

Back to the top