Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2013-03-22 18:58:32 +0000
committerCarolyn MacLeod2013-03-22 18:58:32 +0000
commitb55403b0a42ca5a7d4b33ebef7a385841f8466de (patch)
tree923ebd8002f3d905746cd74025e26e55afc08814
parent7dcdc397b40cfcf0534058d5dff81a8c594ddcec (diff)
downloadeclipse.platform.swt-b55403b0a42ca5a7d4b33ebef7a385841f8466de.tar.gz
eclipse.platform.swt-b55403b0a42ca5a7d4b33ebef7a385841f8466de.tar.xz
eclipse.platform.swt-b55403b0a42ca5a7d4b33ebef7a385841f8466de.zip
Bug 181592 - [Widgets] Need a color constant for active and inactive
hyperlink colors
-rw-r--r--bundles/org.eclipse.swt/.settings/.api_filters8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.settings/.api_filters b/bundles/org.eclipse.swt/.settings/.api_filters
index d3fae36ecb..5e18e76090 100644
--- a/bundles/org.eclipse.swt/.settings/.api_filters
+++ b/bundles/org.eclipse.swt/.settings/.api_filters
@@ -757,4 +757,12 @@
</message_arguments>
</filter>
</resource>
+ <resource path="META-INF/MANIFEST.MF">
+ <filter id="924844039">
+ <message_arguments>
+ <message_argument value="3.8.2"/>
+ <message_argument value="3.100.0"/>
+ </message_arguments>
+ </filter>
+ </resource>
</component> \ No newline at end of file

Back to the top