mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
minor fix
This commit is contained in:
parent
f6d1c8c24b
commit
550496d56c
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue