Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-13 09:30:40 +0000
committerDani Megert2013-02-13 09:30:40 +0000
commit19d4513af678a33d6b1c1c0ed9c0cdf1bf59135b (patch)
tree76fac1ac1ea399f72017c5bc59c188de5371c7d6 /org.eclipse.ui.editors
parenteda2810d7277839b7708d9bf3e38cc54b8eead46 (diff)
downloadeclipse.platform.text-19d4513af678a33d6b1c1c0ed9c0cdf1bf59135b.tar.gz
eclipse.platform.text-19d4513af678a33d6b1c1c0ed9c0cdf1bf59135b.tar.xz
eclipse.platform.text-19d4513af678a33d6b1c1c0ed9c0cdf1bf59135b.zip
Adopted SWT#COLOR_LINK_FOREGROUNDv20130213-093040
Diffstat (limited to 'org.eclipse.ui.editors')
-rw-r--r--org.eclipse.ui.editors/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.ui.editors/plugin.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/META-INF/MANIFEST.MF b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
index 5b8ff8c6926..d6225055eea 100644
--- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
@@ -17,6 +17,7 @@ Export-Package:
Require-Bundle:
org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.swt;bundle-version="[3.101.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.8.0,4.0.0)",
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 89f64b9dd0c..7e0b071c07d 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -994,7 +994,7 @@
id="org.eclipse.ui.editors.hyperlinkColor"
isEditable="false"
label="%dummy"
- value="0,0,255">
+ value="COLOR_LINK_FOREGROUND">
</colorDefinition>
<colorDefinition
id="org.eclipse.ui.editors.findScope"

Back to the top