diff options
author | ptessier | 2014-02-21 09:57:54 +0000 |
---|---|---|
committer | ptessier | 2014-02-21 09:57:54 +0000 |
commit | a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1 (patch) | |
tree | 24d4cdea693f8602aea2e822d291ee489ffa8288 /plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml | |
parent | faed100368408a1361f1f9068eaa782d03a134c3 (diff) | |
download | org.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.tar.gz org.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.tar.xz org.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.zip |
Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facet
0.2
impact of package renaming
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml')
-rw-r--r-- | plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml index 7bf1b6a5785..96b066c4840 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml @@ -14,16 +14,16 @@ Contributors: Nicolas Rault (Soft-Maint) - Bug 402725 - Need a query to get an image from an URI
-->
<plugin>
- <extension point="org.eclipse.emf.facet.util.emf.core.modeldeclaration">
+ <extension point="org.eclipse.papyrus.emf.facet.util.emf.core.modeldeclaration">
<modeldeclaration file="resources/customproperties.efacet"/>
</extension>
<extension point="org.eclipse.ui.views">
<view
- category="org.eclipse.emf.facet.common.ui.views"
- class="org.eclipse.emf.facet.custom.ui.internal.view.CustomizationsCatalogView"
+ category="org.eclipse.papyrus.emf.facet.common.ui.views"
+ class="org.eclipse.papyrus.emf.facet.custom.ui.internal.view.CustomizationsCatalogView"
icon="icons/uiCustom.gif"
- id="org.eclipse.emf.facet.custom.ui.view.catalog"
+ id="org.eclipse.papyrus.emf.facet.custom.ui.view.catalog"
name="%view.customizations"
restorable="true">
</view>
@@ -31,7 +31,7 @@ Contributors: <extension
point="org.eclipse.papyrus.emf.facet.efacet.core.queryImplementationRegistration">
<queryImplementationRegistration
- class="org.eclipse.emf.facet.custom.ui.internal.query.URIImageQueryImplementationFactory">
+ class="org.eclipse.papyrus.emf.facet.custom.ui.internal.query.URIImageQueryImplementationFactory">
</queryImplementationRegistration>
</extension>
</plugin>
|