Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-10-13 15:55:38 +0000
committerThomas Watson2010-10-13 15:55:38 +0000
commit7fa7342ace9c596b53a2a87afbca20628953d169 (patch)
tree3ecf2c716116c93df1442523a52229fa92a8cb3a /bundles/org.eclipse.osgi/.settings
parentcfcdf26a488dda70d66dc287b17d3422ef5a10c8 (diff)
downloadrt.equinox.framework-7fa7342ace9c596b53a2a87afbca20628953d169.tar.gz
rt.equinox.framework-7fa7342ace9c596b53a2a87afbca20628953d169.tar.xz
rt.equinox.framework-7fa7342ace9c596b53a2a87afbca20628953d169.zip
Bug 326707 - [RFC 159] Support in core for WeavingHook
Diffstat (limited to 'bundles/org.eclipse.osgi/.settings')
-rw-r--r--bundles/org.eclipse.osgi/.settings/.api_filters21
1 files changed, 21 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.settings/.api_filters b/bundles/org.eclipse.osgi/.settings/.api_filters
index 26be8745c..f338c779a 100644
--- a/bundles/org.eclipse.osgi/.settings/.api_filters
+++ b/bundles/org.eclipse.osgi/.settings/.api_filters
@@ -842,6 +842,27 @@
</message_arguments>
</filter>
</resource>
+<resource path="osgi/src/org/osgi/framework/hooks/weaving/WeavingException.java" type="org.osgi.framework.hooks.weaving.WeavingException">
+<filter comment="Ignore OSGi API." id="1110441988">
+<message_arguments>
+<message_argument value="org.osgi.framework.hooks.weaving.WeavingException"/>
+</message_arguments>
+</filter>
+</resource>
+<resource path="osgi/src/org/osgi/framework/hooks/weaving/WeavingHook.java" type="org.osgi.framework.hooks.weaving.WeavingHook">
+<filter comment="Ignore OSGi API&#10;WovenClass.java" id="1110441988">
+<message_arguments>
+<message_argument value="org.osgi.framework.hooks.weaving.WeavingHook"/>
+</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&#10;WovenClass.java" id="1110441988">
+<message_arguments>
+<message_argument value="org.osgi.framework.hooks.weaving.WovenClass"/>
+</message_arguments>
+</filter>
+</resource>
<resource path="osgi/src/org/osgi/framework/launch/Framework.java" type="org.osgi.framework.launch.Framework">
<filter comment="Ignore OSGi API" id="403853384">
<message_arguments>

Back to the top