Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-03-07 13:48:45 +0000
committerptessier2014-03-07 13:48:45 +0000
commita42859d92beb42aa99b1809c1ddc459b7c6dc5af (patch)
tree149ad3bcbb8b3361d2c6bdb53feac68828d8c289 /plugins/views
parent04dca03fb9bb60ec97538cdf83eec28a04711c64 (diff)
downloadorg.eclipse.papyrus-a42859d92beb42aa99b1809c1ddc459b7c6dc5af.tar.gz
org.eclipse.papyrus-a42859d92beb42aa99b1809c1ddc459b7c6dc5af.tar.xz
org.eclipse.papyrus-a42859d92beb42aa99b1809c1ddc459b7c6dc5af.zip
Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facet
0.2 change the name of custom
Diffstat (limited to 'plugins/views')
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/resources/OpenedPage.custom2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/resources/OpenedPage.custom b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/resources/OpenedPage.custom
index 26ed3765476..685ba7d5bbf 100644
--- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/resources/OpenedPage.custom
+++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/resources/OpenedPage.custom
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<custom:Customization xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:custom="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom" xmlns:customQuery="http://www.eclipse.org/papyrus/emf/facet/custom/0.3.incubation/query" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:efacet="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet" xmlns:javaQuery="http://www.eclipse.org/papyrus/emf/facet/query/java/0.2.incubation/javaquery" name="PapyrusPage">
+<custom:Customization xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:custom="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom" xmlns:customQuery="http://www.eclipse.org/papyrus/emf/facet/custom/0.3.incubation/query" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:efacet="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet" xmlns:javaQuery="http://www.eclipse.org/papyrus/emf/facet/query/java/0.2.incubation/javaquery" name="OpenedPage">
<eClassifiers xsi:type="efacet:Facet" name="PapyrusPage" instanceClassName="" documentation="a page can be a table or a diagram for example" conformanceTypedElement="//PapyrusPage/isPage">
<extendedMetaclass href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<facetOperations name="isPage">

Back to the top