Skip to main content
summaryrefslogtreecommitdiffstats
blob: d6704e610b1bd3cf720d0ef7be42b6628b4ed9db (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
32
33
34
###############################################################################
# Copyright (c) 2008, 2014 IBM 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:
#     IBM Corporation - initial API and implementation
###############################################################################

ApiBaseline_0=Baseline not bound to an execution environment
ApiBaseline_1=Baseline bound to {0}
ApiBaseline_2=Error occurred while binding execution environment
ApiBaseline_4=Baseline has bundles requiring unavailable execution environments
ApiBaseline_5={0} is unavailable
ApiBaseline_6=Baseline not bound - there are no installed VMs compatible with the required execution environments
FilterStore_0=Cannot read API problem filters from a null stream
JavadocTagManager_annotation_no_reference=This annotation is not intended to be referenced by clients.
JavadocTagManager_class_no_instantiate=This class is not intended to be instantiated by clients.
JavadocTagManager_class_no_reference=This class is not intended to be referenced by clients.
JavadocTagManager_class_no_subclass=This class is not intended to be subclassed by clients.
JavadocTagManager_constructor_no_reference=This constructor is not intended to be referenced by clients.
JavadocTagManager_default_method_no_override=This default method is not intended to be re-implemented or extended by clients.
JavadocTagManager_enum_field_no_reference=This enum field is not intended to be referenced by clients.
JavadocTagManager_enum_method_no_reference=This enum method is not intended to be referenced by clients.
JavadocTagManager_enum_no_reference=This enum is not intended to be referenced by clients.
JavadocTagManager_field_no_reference=This field is not intended to be referenced by clients.
JavadocTagManager_interface_no_extend=This interface is not intended to be extended by clients.
JavadocTagManager_interface_no_implement=This interface is not intended to be implemented by clients.
JavadocTagManager_interface_no_reference=This interface is not intended to be referenced by clients.
JavadocTagManager_method_no_overried=This method is not intended to be re-implemented or extended by clients.
JavadocTagManager_method_no_reference=This method is not intended to be referenced by clients.
ProjectComponent_could_not_locate_model=Could not locate the plug-in model base for project: {0}

Back to the top