Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ec06ab59069068658469fc2019112eca30e7bc2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
###############################################################################
# Copyright (c) 2012, 2014 Wind River Systems, Inc. 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:
# Wind River Systems - initial API and implementation
###############################################################################

DefaultLaunchManagerDelegate_defaultLaunchName=New configuration

LaunchManager_error_invalidExtensionPoint=Failed to instantiate the executable extension from extension point ''{0}''.
LaunchManager_error_noLaunchConfigType=No launch configuration type (id = ) is available for launch mode ''{0}''.
LaunchManager_error_failedToCreateConfig=Failed to create and initialize new launch configuration.
LaunchManager_error_failedToUpdateConfig=Failed to update existing launch configuration ''{0}''.
LaunchManager_error_deleteLaunchConfig=Failed to delete launch configuration.

LaunchConfigurationDelegate_error_failedToGetStepper=Failed to access stepper for launch configuration type ''{0}'' \
and launch mode ''{1}''.
LaunchConfigurationDelegate_error_failedToCloneStepper=Failed to clone stepper for launch configuration type ''{0}'' \
and launch mode ''{1}''.
LaunchConfigurationDelegate_error_inaccessibleReferencedProject=Failed to access project ''{0}''. The project is either missing or closed.

AbstractLaunchConfigurationDelegate_scoped_incremental_build=Scoped incremental build before launch...

ReferencedProjectItemValidator_missingProject = Missing project
ReferencedProjectItemValidator_notExistingProject = Project does not exist
ReferencedProjectItemValidator_closedProject = Project is closed

Back to the top