Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/resources/sysml_requirement_table.papyrustableconfiguration')
-rw-r--r--sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/resources/sysml_requirement_table.papyrustableconfiguration27
1 files changed, 0 insertions, 27 deletions
diff --git a/sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/resources/sysml_requirement_table.papyrustableconfiguration b/sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/resources/sysml_requirement_table.papyrustableconfiguration
deleted file mode 100644
index 582e7142fcc..00000000000
--- a/sandbox/org.eclipse.papyrus.sysml.table.efacet.requirement/resources/sysml_requirement_table.papyrustableconfiguration
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<org.eclipse.papyrus.infra.table.efacet.papyrustableconfiguration:PapyrusTableConfiguration
- xmi:version="2.0"
- xmlns:xmi="http://www.omg.org/XMI"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
- xmlns:efacet="http://www.eclipse.org/emf/facet/efacet/0.2.incubation/efacet"
- xmlns:org.eclipse.papyrus.infra.table.efacet.papyrustableconfiguration="http://www.eclipse.org/Papyrus/PapyrusTableConfiguration/0.9.0/papyrustableconfiguration"
- fillingMode="CONTEXT_FEATURE">
- <listenContextFeature
- href="http://www.eclipse.org/uml2/4.0.0/UML#//EncapsulatedClassifier/ownedPort"/>
- <tableConfiguration>
- <defaultLocalCustomizations
- href="requirementtable.custom#/"/>
- <canBePresentedInTheTable
- xsi:type="efacet:FacetAttribute"
- href="platform:/plugin/org.eclipse.papyrus.sysml.efacet/resources/sysml.efacet#//Utils/SysMLElement/isRequirement"/>
- <instantiationMethod name="Requirement In" description="Create a new Requirement">
- <instantiationOperation
- href="platform:/plugin/org.eclipse.papyrus.sysml.efacet/resources/sysml.efacet#//Requirements/Requirement/createRequirement"/>
- </instantiationMethod>
- <defaultColumns xsi:type="efacet:FacetReference" href="platform:/plugin/org.eclipse.papyrus.infra.emf.efacet/resources/emf.efacet#//Extended_EObject/self"/>
- <defaultColumns
- xsi:type="ecore:EAttribute"
- href="http://www.eclipse.org/uml2/4.0.0/UML#//NamedElement/name"/>
- </tableConfiguration>
-</org.eclipse.papyrus.infra.table.efacet.papyrustableconfiguration:PapyrusTableConfiguration>

Back to the top