Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4c1063946c2306b9074738344ff3eeb6e59be9a9 (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
30
31
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
# ======================================================================
# Copyright (c) 2002 IBM Corp. and others. All rights reserved.
# This file is made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# ======================================================================

ToolUtil.dirLocVarFormatWrong = The variable for the directory location is not in a valid format.
ToolUtil.dirLocVarMissing = The variable named ''{0}'' for the directory location does not exist.
ToolUtil.dirLocVarExpandFailed = The variable named ''{0}'' for the directory location could not be expanded.
ToolUtil.fileLocVarFormatWrong = The variable for the file location is not in a valid format.
ToolUtil.fileLocVarMissing = The variable named ''{0}'' for the file location does not exist.

ToolUtil.argumentVarFormatWrong = A variable for the arguments is not in a valid format.
ToolUtil.argumentVarMissing = The variable named ''{0}'' for the arguments does not exist.
ToolUtil.argumentVarExpandFailed = The variable named ''{0}'' for the arguments could not be expanded.

ExternalToolVariable.componentErrorMessage = Problem displaying UI component of selected variable.

ToolUtil.No_expansion=The variable {0} with argument {1} could not be expanded to a valid path.
ImageDescriptorRegistry.Allocating_image_for_wrong_display_1=Allocating image for wrong display

Back to the top