Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2011-09-14 08:31:20 +0000
committervlorenzo2011-09-14 08:31:20 +0000
commit2b26e5915eb2efc40f8c4833197db8028ce1ded5 (patch)
tree012bdc1b58f4f7fe761e074e873ba16f34a2563c /plugins/sysml/org.eclipse.papyrus.sysml.table.requirement/resources/requirements.tableconfiguration2
parentacd22e08a8386f695ca71188ee3beccb0edc2878 (diff)
downloadorg.eclipse.papyrus-2b26e5915eb2efc40f8c4833197db8028ce1ded5.tar.gz
org.eclipse.papyrus-2b26e5915eb2efc40f8c4833197db8028ce1ded5.tar.xz
org.eclipse.papyrus-2b26e5915eb2efc40f8c4833197db8028ce1ded5.zip
Merged Branch 0.8.X changes 5464::5468 for :
oep.sysml.table.allocation oep.sysml.table.requirement oep.table.default NEW- bug 344840: [Table Editor] The SysML Customization should be applied to the SysML Table https://bugs.eclipse.org/bugs/show_bug.cgi?id=344840
Diffstat (limited to 'plugins/sysml/org.eclipse.papyrus.sysml.table.requirement/resources/requirements.tableconfiguration2')
-rw-r--r--plugins/sysml/org.eclipse.papyrus.sysml.table.requirement/resources/requirements.tableconfiguration27
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/sysml/org.eclipse.papyrus.sysml.table.requirement/resources/requirements.tableconfiguration2 b/plugins/sysml/org.eclipse.papyrus.sysml.table.requirement/resources/requirements.tableconfiguration2
index f89a9a09f7b..e3895e3f7c7 100644
--- a/plugins/sysml/org.eclipse.papyrus.sysml.table.requirement/resources/requirements.tableconfiguration2
+++ b/plugins/sysml/org.eclipse.papyrus.sysml.table.requirement/resources/requirements.tableconfiguration2
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<tableconfiguration2:TableConfiguration2 xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:query="http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation" xmlns:tableconfiguration2="http://www.eclipse.org/EMF_Facet/Table/0.1.0/tableconfiguration2">
-<canBePresentedInTheTable xsi:type="query:JavaModelQuery" href="emffacet:/query/requirementsTable#IsRequirement"/>
+ <defaultCustomizations href="emffacet:/customization/SysMLDefaultExplorerCustomization#/"/>
+ <canBePresentedInTheTable xsi:type="query:JavaModelQuery" href="emffacet:/query/requirementsTable#IsRequirement"/>
<defaultFacets href="emffacet:/facet/requirementsFacets#//Requirement"/>
- <defaultCustomizations href="emffacet:/customization/table_UML_Class_hideAllClassFeatures#/"/>
- <defaultCustomizations href="emffacet:/customization/table_Ecore_hideEAnnotationFeature#/"/>
<instantiationMethod name="Create Requirement" description="This method creates a new Class stereotyped with requirement">
<instantiationQuery xsi:type="query:JavaModelQuery" href="emffacet:/query/requirementsTable#CreateRequirements"/>
</instantiationMethod>
+ <defaultLocalCustomizations href="emffacet:/customization/table_Ecore_hideEAnnotationFeature#/"/>
+ <defaultLocalCustomizations href="emffacet:/customization/table_UML_Class_hideAllClassFeatures#/"/>
</tableconfiguration2:TableConfiguration2>

Back to the top