2015-04-24 19:38:08 -04:00
|
|
|
###############################################################################
|
2017-02-09 18:43:05 -05:00
|
|
|
# Copyright (c) 2015,2017 Red Hat Inc. and others.
|
2015-04-24 19:38:08 -04:00
|
|
|
# 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:
|
|
|
|
# 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
|
2017-02-09 18:43:05 -05:00
|
|
|
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
|