mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00

Change-Id: I55485c9cba17f544d50d8e27b77d6644493d8300 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27500 Tested-by: Hudson CI
31 lines
1.3 KiB
Properties
31 lines
1.3 KiB
Properties
# =============================================================================
|
|
# Copyright (c) 2012 Ericsson 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
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#
|
|
# Contributors:
|
|
# Marc Khouzam (Ericsson)
|
|
# =============================================================================
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Feature string resources
|
|
# -----------------------------------------------------------------------------
|
|
|
|
# "featureName" property - name of the feature
|
|
featureName=C/C++ Multicore Visualizer
|
|
|
|
# "providerName" property - name of the company that provides the feature
|
|
providerName=Eclipse CDT
|
|
|
|
# "description" property - description of the feature
|
|
description=Multicore Visualizer which displays the debug session graphically in the Visualizer view.
|
|
|
|
# copyright
|
|
copyright=\
|
|
Copyright (c) 2012 Ericsson and others.\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
|