PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.azureexplorer/plugin.xml (81 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <plugin> <extension-point id="com.microsoft.azure.toolkit.eclipse.explorer" name="explorer" schema="schema/com.microsoft.azure.toolkit.eclipse.explorer.exsd"/> <extension point="org.eclipse.ui.perspectiveExtensions"> <perspectiveExtension targetID="*"> <view closeable="true" id="com.microsoft.azuretools.azureexplorer.views.ServiceExplorerView" minimized="false" moveable="true" ratio="0.3" relative="org.eclipse.jdt.ui.PackageExplorer" relationship="right" showTitle="false" standalone="false" visible="true"> </view> </perspectiveExtension> </extension> <extension point="org.eclipse.ui.views"> <view name="Azure Explorer" icon="icons/AzureExplorer_16.png" category="com.microsoft.azuretools" class="com.microsoft.azuretools.azureexplorer.views.ServiceExplorerView" id="com.microsoft.azuretools.azureexplorer.views.ServiceExplorerView" restorable="true"> </view> <view class="com.microsoft.azuretools.azureexplorer.views.RedisPropertyView" id="com.microsoft.azuretools.azureexplorer.views.RedisPropertyView" icon="icons/RedisCache.png" name="Redis Cache Property"> </view> </extension> <extension point="org.eclipse.ui.editors"> <editor class="com.microsoft.azuretools.azureexplorer.editors.JobViewEditor" icon="icons/JobViewTitle.png" name="Spark JobView" id="com.microsoft.azure.hdinsight.jobview"/> <editor class="com.microsoft.azuretools.azureexplorer.editors.rediscache.RedisExplorerEditor" icon="icons/RedisCache.png" id="com.microsoft.azuretools.azureexplorer.editors.rediscache.RedisExplorerEditor" name="Redis Cache Explorer"> </editor> <editor class="com.microsoft.azuretools.azureexplorer.editors.container.ContainerRegistryExplorerEditor" icon="icons/acr.png" id="com.microsoft.azuretools.azureexplorer.editors.container.ContainerRegistryExplorerEditor" name="ACR Explorer"> </editor> </extension> <extension point="org.eclipse.ui.handlers"> <handler commandId="com.microsoft.azuretools.azureexplorer.commands.ShowAzureExplorer" class="com.microsoft.azuretools.azureexplorer.actions.ShowAzureExplorer"/> </extension> <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="toolbar:org.eclipse.ui.main.toolbar"> <toolbar id="com.persistent.ui.toolbar"> <command commandId="com.microsoft.azuretools.azureexplorer.commands.ShowAzureExplorer" label="Show Azure Explorer" tooltip="Show Azure Explorer" icon="icons/AzureExplorer_16.png" style="push"> </command> </toolbar> </menuContribution> </extension> <extension point="org.eclipse.help.contexts"> <contexts file="contexts.xml"> </contexts> </extension> </plugin>