Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2011-06-08 14:41:28 +0000
committerVivian Kong2011-06-08 14:41:28 +0000
commit550496d56c8b43521afbf92254a11df08f140d8b (patch)
tree4065a826a0d40d5b431111e807f530ff3abe62f6
parentf6d1c8c24b034cdec2810cd23c1d96b9a8233adb (diff)
downloadorg.eclipse.cdt-CDT_8_0_0.tar.gz
org.eclipse.cdt-CDT_8_0_0.tar.xz
org.eclipse.cdt-CDT_8_0_0.zip
-rw-r--r--releng/org.eclipse.cdt.platform-feature/feature.properties5
-rw-r--r--releng/org.eclipse.cdt.platform-feature/feature.xml2
2 files changed, 5 insertions, 2 deletions
diff --git a/releng/org.eclipse.cdt.platform-feature/feature.properties b/releng/org.eclipse.cdt.platform-feature/feature.properties
index 3d3fd4a4f97..8e5dfa75a2b 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 f62ac9ca3e4..f147293d775 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

Back to the top