mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
28 lines
1.3 KiB
Properties
28 lines
1.3 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2015,2017 Red Hat Inc. and others.
|
|
#
|
|
# This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
|
# which accompanies this distribution, and is available at
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# Red Hat Inc. - initial API and implementation
|
|
###############################################################################
|
|
Plugin.name=C/C++ Container Launch Plug-in
|
|
Plugin.vendor=Eclipse CDT
|
|
Delegate.name=C/C++ Container Launcher
|
|
Delegate.desc=This launcher runs C/C++ applications in a specified Docker Container. The Container \
|
|
must be set-up to supply the C/C++ application what it needs to run.
|
|
LaunchConfigurationType.name=C/C++ Container Launcher
|
|
Shortcut.label=C/C++ Container Application
|
|
DockerLaunchPreferencePage.name=Docker Container
|
|
DockerHeaderPreferencePage.name=Cached Headers
|
|
ContainerCommandLauncherFactory.name=Container Command Launcher Factory
|
|
Container.settings=Container Settings
|
|
ContainerBuild.property.enablement=Container Build Enablement
|
|
ContainerBuild.property.connection=Container Build Connection
|
|
ContainerBuild.property.image=Container Build Image
|
|
ContainerTarget.name=Container Target
|