| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?> |
| <!-- |
| Copyright (c) 2011, 2019 Mia-Software and others. |
| |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v2.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v20.html |
| |
| Contributors: |
| Grégoire Dupé (Mia-Software) - Bug 361794 - [Restructuring] New customization meta-model |
| David Couvrand (Soft-Maint) - Bug 402725 - Need a query to get an image from an URI |
| Nicolas Rault (Soft-Maint) - Bug 402725 - Need a query to get an image from an URI |
| Grégoire Dupé (Mia-Software) - Bug 441051 - Reusable customization and facet loading dialogs |
| Grégoire Dupé (Mia-Software) - Bug 480772 - NPE at org.eclipse.modisco.facet.efacet.ui.internal.handlers.LoadFacetHandler.execute(LoadFacetHandler.java:44) |
| --> |
| <plugin> |
| <extension point="org.eclipse.modisco.facet.util.emf.core.modeldeclaration"> |
| <modeldeclaration file="resources/customproperties.efacet"/> |
| </extension> |
| |
| <extension point="org.eclipse.ui.views"> |
| <view |
| category="org.eclipse.modisco.facet.common.ui.views" |
| class="org.eclipse.modisco.facet.custom.ui.internal.view.CustomizationsCatalogView" |
| icon="icons/uiCustom.gif" |
| id="org.eclipse.modisco.facet.custom.ui.view.catalog" |
| name="%view.customizations" |
| restorable="true"> |
| </view> |
| </extension> |
| <extension |
| point="org.eclipse.modisco.facet.efacet.core.queryImplementationRegistration"> |
| <queryImplementationRegistration |
| class="org.eclipse.modisco.facet.custom.ui.internal.query.URIImageQueryImplementationFactory"> |
| </queryImplementationRegistration> |
| </extension> |
| <extension point="org.eclipse.ui.commands"> |
| <command |
| categoryId="org.eclipse.modisco.facet.widgets.table.command.category" |
| id="org.eclipse.modisco.facet.ui.loadCustomization" |
| name="Load Customization"> |
| </command> |
| </extension> |
| <extension |
| point="org.eclipse.ui.handlers"> |
| <handler |
| class="org.eclipse.modisco.facet.custom.ui.internal.handler.LoadCustomizationsHandler" |
| commandId="org.eclipse.modisco.facet.ui.loadCustomization"> |
| <enabledWhen> |
| <with |
| variable="activePart"> |
| <adapt |
| type="org.eclipse.modisco.facet.custom.core.ICustomizationManagerProvider"> |
| </adapt> |
| </with> |
| </enabledWhen> |
| </handler> |
| </extension> |
| </plugin> |