Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.iso42010.edit/plugin.properties')
-rwxr-xr-xplugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.iso42010.edit/plugin.properties95
1 files changed, 0 insertions, 95 deletions
diff --git a/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.iso42010.edit/plugin.properties b/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.iso42010.edit/plugin.properties
deleted file mode 100755
index f063e2f8fd0..00000000000
--- a/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.iso42010.edit/plugin.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-##########################################################################################
-# Copyright (c) 2013 CEA LIST.
-#
-#
-# 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:
-# Laurent Wouters (CEA LIST) laurent.wouters@cea.fr - Initial API and implementation
-#
-########################################################################################
-
-pluginName = Papyrus ISO42010 Implementation - Edit
-providerName = Eclipse Modeling Project
-
-_UI_CreateChild_text = {0}
-_UI_CreateChild_text2 = {1} {0}
-_UI_CreateChild_text3 = {1}
-_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
-_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
-_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
-
-_UI_PropertyDescriptor_description = The {0} of the {1}
-
-_UI_ADElement_type = AD Element
-_UI_ArchitectureDescription_type = Architecture Description
-_UI_Stakeholder_type = Stakeholder
-_UI_ArchitectureViewpoint_type = Architecture Viewpoint
-_UI_ModelKind_type = Model Kind
-_UI_ArchitectureModel_type = Architecture Model
-_UI_ArchitectureView_type = Architecture View
-_UI_Concern_type = Concern
-_UI_System_type = System
-_UI_Architecture_type = Architecture
-_UI_ArchitectureRationale_type = Architecture Rationale
-_UI_Correspondence_type = Correspondence
-_UI_CorrespondenceRule_type = Correspondence Rule
-_UI_ArchitectureDecision_type = Architecture Decision
-_UI_Unknown_type = Object
-
-_UI_Unknown_datatype= Value
-
-_UI_ADElement_name_feature = Name
-_UI_ADElement_affectedBy_feature = Affected By
-_UI_ArchitectureDescription_stakeholders_feature = Stakeholders
-_UI_ArchitectureDescription_concerns_feature = Concerns
-_UI_ArchitectureDescription_viewpoints_feature = Viewpoints
-_UI_ArchitectureDescription_views_feature = Views
-_UI_ArchitectureDescription_system_feature = System
-_UI_ArchitectureDescription_expresses_feature = Expresses
-_UI_ArchitectureDescription_rationales_feature = Rationales
-_UI_ArchitectureDescription_correspondences_feature = Correspondences
-_UI_ArchitectureDescription_rules_feature = Rules
-_UI_ArchitectureDescription_decisions_feature = Decisions
-_UI_Stakeholder_concerns_feature = Concerns
-_UI_Stakeholder_viewpoints_feature = Viewpoints
-_UI_Stakeholder_hasInterestIn_feature = Has Interest In
-_UI_ArchitectureViewpoint_modelKinds_feature = Model Kinds
-_UI_ArchitectureViewpoint_governs_feature = Governs
-_UI_ArchitectureViewpoint_frames_feature = Frames
-_UI_ModelKind_governs_feature = Governs
-_UI_ModelKind_viewpoint_feature = Viewpoint
-_UI_ArchitectureModel_governedBy_feature = Governed By
-_UI_ArchitectureModel_view_feature = View
-_UI_ArchitectureView_governedBy_feature = Governed By
-_UI_ArchitectureView_models_feature = Models
-_UI_ArchitectureView_addresses_feature = Addresses
-_UI_Concern_framedBy_feature = Framed By
-_UI_Concern_addressedBy_feature = Addressed By
-_UI_Concern_stakeholders_feature = Stakeholders
-_UI_Concern_raisedBy_feature = Raised By
-_UI_Concern_decisions_feature = Decisions
-_UI_System_name_feature = Name
-_UI_System_stakeholders_feature = Stakeholders
-_UI_System_exhibits_feature = Exhibits
-_UI_Architecture_exhibitedIn_feature = Exhibited In
-_UI_ArchitectureRationale_justifies_feature = Justifies
-_UI_Correspondence_governedBy_feature = Governed By
-_UI_Correspondence_relates_feature = Relates
-_UI_CorrespondenceRule_governs_feature = Governs
-_UI_ArchitectureDecision_justifiedBy_feature = Justified By
-_UI_ArchitectureDecision_dependsUpon_feature = Depends Upon
-_UI_ArchitectureDecision_dependents_feature = Dependents
-_UI_ArchitectureDecision_raises_feature = Raises
-_UI_ArchitectureDecision_pertainsTo_feature = Pertains To
-_UI_ArchitectureDecision_affects_feature = Affects
-_UI_Unknown_feature = Unspecified
-
-_UI_ArchitectureFramework_type = Architecture Framework
-_UI_ArchitectureFramework_stakeholders_feature = Stakeholders
-_UI_ArchitectureFramework_viewpoints_feature = Viewpoints
-_UI_ArchitectureFramework_rules_feature = Rules
-_UI_ArchitectureFramework_concerns_feature = Concerns

Back to the top