Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 84a08eceb08eaf2b70dc037313e498c6744c2bbe (plain) (tree)



































                                                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
    Copyright (c) 2009 Tasktop Technologies and others.
    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:
         Tasktop Technologies - initial API and implementation
 -->
<plugin>
   <extension
         point="org.eclipse.ui.commands">
      <command
            id="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog"
            name="Show Bundle Catalog">
      </command>
      <command
            id="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog"
            name="Show Repository Catalog">
      </command>
   </extension>
   <extension
         point="org.eclipse.ui.handlers">
      <handler
            class="org.eclipse.equinox.internal.p2.ui.discovery.commands.ShowBundleCatalogCommandHandler"
            commandId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog">
      </handler>
      <handler
            class="org.eclipse.equinox.internal.p2.ui.discovery.commands.ShowRepositoryCatalogCommandHandler"
            commandId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog">
      </handler>
   </extension>
</plugin>

Back to the top