Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui/src/org/eclipse/wtp/releng/tools/component/ui/component.properties')
-rw-r--r--releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui/src/org/eclipse/wtp/releng/tools/component/ui/component.properties70
1 files changed, 0 insertions, 70 deletions
diff --git a/releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui/src/org/eclipse/wtp/releng/tools/component/ui/component.properties b/releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui/src/org/eclipse/wtp/releng/tools/component/ui/component.properties
deleted file mode 100644
index 6b02d54d1..000000000
--- a/releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui/src/org/eclipse/wtp/releng/tools/component/ui/component.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-VIOLATION_METHOD_REF=Method {0}(...) defined in class {1} cannot be referenced.
-VIOLATION_FIELD_REF=Field {0} defined in class {1} cannot be referenced.
-VIOLATION_CLASS_REF=Class {0} cannot be referenced.
-VIOLATION_CLASS_SUBCLASS=Class {0} cannot be subclassed.
-VIOLATION_CLASS_IMPLEMENT=Class {0} cannot be implemented.
-VIOLATION_CLASS_INSTANTIATE=Class {0} cannot be instantiated.
-
-TITLE_NO_WORKSPACE_PLUGINS=No workspace plugins
-ERROR_MSG_NO_WORKSPACE_PLUGINS=Plugins defined in this component.xml do not exist in the workspace. To scan a component, at least one plugin must be present in the workspace.
-
-TITLE_HAS_API_VIOLATIONS=API violations
-ERROR_MSG_HAS_API_VIOLATIONS=This component has API violations. Please see the problems view for details.
-INFO_MSG_NO_API_VIOLATIONS=This component does not have any API violations.
-
-JOB_INIT_COMPONENT_MANAGER=Initializing component manager...
-JOB_ADD_COMPONENT=Adding component {0}
-JOB_REMOVE_COMPONENT=Removing component {0}
-JOB_SCAN_COMPONENT=Scanning component {0}
-JOB_SCAN_CLASS=Scanning class {0}
-
-PAGE_COMPONENT=Component
-PAGE_API=APIs
-SECTION_DESC_GENERAL_INFO=This section describes the general information about this component
-SECTION_DESC_COMPONENT_DEPENDS=This section specifies components required by this component
-SECTION_DESC_PLUGINS=This section specifies plug-ins included in this component
-SECTION_DESC_APIS=This section defines the public APIs for this component
-SECTION_DESC_API_USAGES=This section defines the API usages
-LABEL_NAME=Name:
-LABEL_OVERVIEW_URL=Overview URL:
-LABEL_UNRESTRICTED_COMPONENT_DEPENDS=This component can depend on any other component
-LABEL_COMPONENT_REFS=Component references:
-LABEL_ADD=Add...
-LABEL_ADD_PACKAGE=Add package
-LABEL_ADD_TYPE=Add type
-LABEL_PLUGINS=Plug-ins:
-LABEL_PACKAGE_API=Is package public
-LABEL_PACKAGE_EXCLUSIVE=Is package exclusive
-LABEL_REFERENCE=Reference
-LABEL_SUBCLASS=Subclass
-LABEL_IMPLEMENT=Implement
-LABEL_INSTANTIATE=Instantiate
-LABEL_APIS=APIs:
-LABEL_PACKAGE_USAGE=Package usage:
-LABEL_TYPE_USAGE=Type usage:
-
-ERROR_MSG_INVALID_COMPONENT_XML=Invalid component.xml
-ERROR_MSG_FAIL_TO_LOAD_COMPONENT=Failed to load {0}
-
-DIALOG_TITLE_ADD_COMPONENT_REFS=Add component references
-DIALOG_TITLE_ADD_PLUGINS=Add plug-ins
-DIALOG_TITLE_ADD_PACKAGES=Add packages
-DIALOG_TITLE_ADD_TYPES=Add types
-
-ADOPTER_MISSING_CLASS=Class {0} is removed from plugin {1}
-ADOPTER_MISSING_METHOD=Method {0} is removed from class {1}
-ADOPTER_MISSING_FIELD=Field {0} is removed from class {1}
-
-LABEL_ADOPTER_USAGE_REPORTS=Folders containing adopter usage reports:
-LABEL_ADD=Add
-LABEL_REMOVE=Remove
-LABEL_PROJECT=Project
-LABEL_BREAKAGE_REPORT_OUTPUT_DIR=Breakage report output folder:
-LABEL_BROWSE=Browse
-
-TITLE_CONTAINER_SELECTION_DIALOG=Container Selection Dialog
-TITLE_USAGE_REPORTS_NOT_FOUND=No Usage Reports Found
-TITLE_COMPATIBLE_WITH_USAGE_REPORTS=Compatible With Adopters' Usage Reports
-
-MSG_ERROR_PLEASE_ADD_USAGE_REPORTS=No usage reports found. Please go to preference and add the adopters' usage reports.
-MSG_INFO_COMPATIBLE_WITH_USAGE_REPORTS=APIs are compatible with adopters' usage reports. \ No newline at end of file

Back to the top