Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-01-16 17:52:37 +0000
committerUwe Stieber2012-01-16 17:52:37 +0000
commit55782ec86c09ee9a4f4da3f91c1428561503ef82 (patch)
treecbe2492d239d60fa4fe33c2cc8bf64e21da98227 /target_explorer/features/org.eclipse.tcf.te.feature/feature.properties
parent77fe99486c43afd2b70c068d14d4a5b940b255a9 (diff)
downloadorg.eclipse.tcf-55782ec86c09ee9a4f4da3f91c1428561503ef82.tar.gz
org.eclipse.tcf-55782ec86c09ee9a4f4da3f91c1428561503ef82.tar.xz
org.eclipse.tcf-55782ec86c09ee9a4f4da3f91c1428561503ef82.zip
Target Explorer: Unify feature/plugin provider name externalization
Diffstat (limited to 'target_explorer/features/org.eclipse.tcf.te.feature/feature.properties')
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.feature/feature.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/features/org.eclipse.tcf.te.feature/feature.properties b/target_explorer/features/org.eclipse.tcf.te.feature/feature.properties
index 268b0905e..4de85167e 100644
--- a/target_explorer/features/org.eclipse.tcf.te.feature/feature.properties
+++ b/target_explorer/features/org.eclipse.tcf.te.feature/feature.properties
@@ -16,8 +16,8 @@
# "featureName" property - name of the feature
featureName=Target Explorer
-# "featureProvide" property - name of the company that provides the feature
-featureProvider=Eclipse.org
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org - TCF
# "description" property - description of the feature
description=The Target Explorer core framework.

Back to the top