Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d1037c2d718942845d8dd4e2727539dbbb3cbf81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
# Copyright (c) 2007 Intel Corporation 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:
# Intel Corporation - Initial API and implementation
###############################################################################
BuildProperty.0=the specified type does not exist
BuildProperty.1=Unsupported property id=
BuildPropertyManager.8=property type of the specified id already exists and has different name
BuildPropertyManager.9=specified property type does not exist
BuildPropertyManager.10=property value of the specified id already exists and has different name
BuildPropertyManager.11=specified property type does not exist
BuildPropertyManager.12=id not specified
BuildPropertyManager.13=name not specified
BuildPropertyManager.14=id not specified
BuildPropertyManager.15=name not specified
BuildPropertyManager.16=property not specified

Back to the top