blob: fd3f8b54da00b3e7946e2336a26fb9e695ad9f48 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Pierre Allard,
Regent L'Archeveque - initial API and implementation
SPDX-License-Identifier: EPL-1.0
-->
<plugin>
<extension
point="org.eclipse.emf.ecore.factory_override">
<factory
class="org.eclipse.apogy.core.environment.surface.impl.ApogySurfaceEnvironmentFactoryCustomImpl"
uri="org.eclipse.apogy.core.environment.surface">
</factory>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated apogy_core_environment_surface -->
<package
uri="org.eclipse.apogy.core.environment.surface"
class="org.eclipse.apogy.core.environment.surface.ApogySurfaceEnvironmentPackage"
genModel="model/apogy_core_environment_surface.xcore"/>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="true"
locationURI="popup:org.eclipse.apogy.core.ui.menu?after=additions">
<command
commandId="org.eclipse.apogy.core.environment.surface.commands.UpdateImageMapLayerCommand"
label="Update Image Map Layer"
style="push">
<visibleWhen
checkEnabled="false">
<with
variable="activeMenuSelection">
<iterate
ifEmpty="false"
operator="or">
<instanceof
value="org.eclipse.apogy.core.environment.surface.ImageMapLayer">
</instanceof>
</iterate>
</with>
</visibleWhen>
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="org.eclipse.apogy.core.environment.surface.commands.UpdateImageMapLayerCommandHandler"
id="org.eclipse.apogy.core.environment.surface.commands.UpdateImageMapLayerCommand"
name="Update Image Map Layer">
</command>
</extension>
</plugin>