Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: aea78c15db4b610b880160f7e2f03bc7e25c8809 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                                      










                                                                             





























                                                                                      
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
	Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) 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:
	  Eike Stepper - initial API and implementation
-->

<plugin>
   <extension
         point="org.eclipse.ui.popupMenus">
      <objectContribution
            adaptable="true"
            id="org.eclipse.emf.cdo.releng.version.digest.ui.contribution1"
            nameFilter="release.xml"
            objectClass="org.eclipse.core.resources.IFile">
         <menu
               id="org.eclipse.emf.cdo.releng.version.digest.ui.menu1"
               label="Releng Tools"
               path="additions">
            <separator
                  name="group1">
            </separator>
         </menu>
         <action
               class="org.eclipse.emf.cdo.releng.version.digest.ui.CreateDigestAction"
               enablesFor="1"
               id="org.eclipse.emf.cdo.releng.version.digest.ui.newAction"
               label="Create Digest"
               menubarPath="org.eclipse.emf.cdo.releng.version.digest.ui.menu1/group1"
               state="true"
               style="push"
               tooltip="Creates a digest file for this release">
         </action>
      </objectContribution>
   </extension>

</plugin>

Back to the top