mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00

Change-Id: I9033ed0fd0ec1007bf84fd935d0e5a9efcdff3c1 Signed-off-by: Greg Watson <g.watson@computer.org>
22 lines
895 B
Properties
22 lines
895 B
Properties
# feature.properties
|
|
# contains externalized strings for feature.xml
|
|
# "%foo" in feature.xml corresponds to the key "foo" in this file
|
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
# This file should be translated.
|
|
|
|
# "featureName" property - name of the feature
|
|
featureName=Remote Terminal View
|
|
|
|
# "providerName" property - name of the company that provides the feature
|
|
providerName=Eclipse.org
|
|
|
|
# "description" property - description of the feature
|
|
description=A Terminal widget customized to use the Remote Services API.
|
|
|
|
# "copyright" property - text of the "Feature Update Copyright"
|
|
copyright=\
|
|
Copyright (c) 2013 IBM Corporation.\n\
|
|
All rights reserved. This program and the accompanying materials\n\
|
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
|
which accompanies this distribution, and is available at\n\
|
|
http://www.eclipse.org/legal/epl-v10.html\n
|