diff options
author | ptessier | 2011-02-04 16:21:07 +0000 |
---|---|---|
committer | ptessier | 2011-02-04 16:21:07 +0000 |
commit | e43b2fddeabc006500cb4dd75f65b2b4b6ac1e57 (patch) | |
tree | 77bfe8aded9dc110d41bfc3300f92e7fe1020075 /tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/packageableElementItemLinkNotVisible.uiCustom | |
parent | 56833d27a447d15547d0171572adbb6745beb323 (diff) | |
download | org.eclipse.papyrus-e43b2fddeabc006500cb4dd75f65b2b4b6ac1e57.tar.gz org.eclipse.papyrus-e43b2fddeabc006500cb4dd75f65b2b4b6ac1e57.tar.xz org.eclipse.papyrus-e43b2fddeabc006500cb4dd75f65b2b4b6ac1e57.zip |
336371: [Model Explorer] add element to do recipe test
https://bugs.eclipse.org/bugs/show_bug.cgi?id=336371
Diffstat (limited to 'tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/packageableElementItemLinkNotVisible.uiCustom')
-rw-r--r-- | tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/packageableElementItemLinkNotVisible.uiCustom | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/packageableElementItemLinkNotVisible.uiCustom b/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/packageableElementItemLinkNotVisible.uiCustom new file mode 100644 index 00000000000..4f6c51ac17b --- /dev/null +++ b/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/packageableElementItemLinkNotVisible.uiCustom @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ASCII"?>
+<uicustom:MetamodelView xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uicustom="http://www.eclipse.org/EmfFacet/infra/browser/custom/0.8" metamodelURI="http://www.eclipse.org/uml2/3.0.0/UML">
+ <types metaclassName="uml.Package">
+ <customizedFeatures customizedFeature="bold">
+ <defaultValue xsi:type="uicustom:StaticFeatureValue" value="true"/>
+ </customizedFeatures>
+ <references referenceName="packagedElement">
+ <customizedFeatures customizedFeature="collapseLink">
+ <defaultValue xsi:type="uicustom:StaticFeatureValue" value="true"/>
+ </customizedFeatures>
+ </references>
+ </types>
+</uicustom:MetamodelView>
|