minor fix
diff --git a/releng/org.eclipse.cdt.platform-feature/feature.properties b/releng/org.eclipse.cdt.platform-feature/feature.properties
index 3d3fd4a..8e5dfa7 100644
--- a/releng/org.eclipse.cdt.platform-feature/feature.properties
+++ b/releng/org.eclipse.cdt.platform-feature/feature.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-#  Copyright (c) 2005, 2010 IBM Corporation and others.
+#  Copyright (c) 2005, 2011 IBM Corporation and others.
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the Eclipse Public License v1.0
 #  which accompanies this distribution, and is available at
@@ -17,6 +17,9 @@
 # "featureName" property - name of the feature
 featureName=C/C++ Development Platform
 
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse CDT
+
 # "updateSiteName" property - label for the update site
 updateSiteName=Eclipse CDT Update Site
 
diff --git a/releng/org.eclipse.cdt.platform-feature/feature.xml b/releng/org.eclipse.cdt.platform-feature/feature.xml
index f62ac9c..f147293 100644
--- a/releng/org.eclipse.cdt.platform-feature/feature.xml
+++ b/releng/org.eclipse.cdt.platform-feature/feature.xml
@@ -3,7 +3,7 @@
       id="org.eclipse.cdt.platform"
       label="%featureName"
       version="8.0.0.qualifier"
-      provider-name="Eclipse.org">
+      provider-name="%providerName">
 
    <description>
       %description