Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-04-11 05:24:22 +0000
committerdavid_williams2010-04-11 05:24:22 +0000
commit8937d311b13973341c25b95c79774af73cb1ead9 (patch)
tree20dd301101416f4f845355520eccdb005ebc65e3 /features
parent84de36c61ecc43926345ee20ebb5cfaf8c2fd48f (diff)
downloadwebtools.sourceediting-8937d311b13973341c25b95c79774af73cb1ead9.tar.gz
webtools.sourceediting-8937d311b13973341c25b95c79774af73cb1ead9.tar.xz
webtools.sourceediting-8937d311b13973341c25b95c79774af73cb1ead9.zip
make providerName correct and consistent
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.wst.web_tests.feature/feature.properties2
-rw-r--r--features/org.eclipse.wst.xml_tests.feature/feature.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.wst.web_tests.feature/feature.properties b/features/org.eclipse.wst.web_tests.feature/feature.properties
index ec19eb3e92..7d2de05610 100644
--- a/features/org.eclipse.wst.web_tests.feature/feature.properties
+++ b/features/org.eclipse.wst.web_tests.feature/feature.properties
@@ -18,7 +18,7 @@
featureName=WST Web Tests
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
# "updateSiteName" property - label for the update site
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
diff --git a/features/org.eclipse.wst.xml_tests.feature/feature.properties b/features/org.eclipse.wst.xml_tests.feature/feature.properties
index 8573bd04be..1ac1d34225 100644
--- a/features/org.eclipse.wst.xml_tests.feature/feature.properties
+++ b/features/org.eclipse.wst.xml_tests.feature/feature.properties
@@ -18,7 +18,7 @@
featureName=WST XML Tests
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
# "updateSiteName" property - label for the update site
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site

Back to the top