2009-02-18 03:13:02 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2006, 2009 Wind River Systems and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2009-02-18 03:13:02 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2018-11-22 23:46:49 +00:00
|
|
|
#
|
2009-02-18 03:13:02 +00:00
|
|
|
# Contributors:
|
|
|
|
# Ted Williams (Wind River) - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# "copyright" property - text of the "Feature Update Copyright"
|
|
|
|
copyright=\
|
2011-06-08 14:36:18 +00:00
|
|
|
Copyright (c) 2006, 2011 Wind River Systems and others.\n\
|
2018-11-20 13:02:15 +00:00
|
|
|
This program and the accompanying materials\n\
|
|
|
|
are made available under the terms of the Eclipse Public License 2.0\n\
|
2009-02-18 03:13:02 +00:00
|
|
|
which accompanies this distribution, and is available at\n\
|
2018-11-20 13:02:15 +00:00
|
|
|
https://www.eclipse.org/legal/epl-2.0/\n
|
2009-02-18 03:13:02 +00:00
|
|
|
################ end of copyright property ####################################
|
|
|
|
|
|
|
|
|
|
|
|
# "featureName" property - name of the feature
|
2010-06-06 03:09:06 +00:00
|
|
|
featureName=C/C++ Memory View Enhancements
|
2009-02-18 03:13:02 +00:00
|
|
|
|
|
|
|
# "providerName" property - name of the company that provides the feature
|
2009-05-14 19:40:59 +00:00
|
|
|
providerName=Eclipse CDT
|
2009-02-18 03:13:02 +00:00
|
|
|
|
|
|
|
# "description" property - description of the feature
|
2012-11-16 18:55:17 -05:00
|
|
|
description=Additional features for debug Memory View - traditional rendering, floating-point rendering, Find/Replace, Import/Export.
|
2009-02-18 03:13:02 +00:00
|
|
|
|