<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.commands">
<category
name="Sample Category"
id="com.tcs.tools.jpsentitygen.commands.category" >
</category>
<command
name="Sample Command"
categoryId="com.tcs.tools.jpsentitygen.commands.ca tegory"
id="com.tcs.tools.jpsentitygen.commands.sampleComm and">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
commandId="com.tcs.tools.jpsentitygen.commands.sam pleCommand"
class="com.tcs.tools.jpaentitygen.handlers.SampleH andler">
</handler>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="com.tcs.tools.jpsentitygen.commands.sam pleCommand"
contextId="org.eclipse.ui.contexts.window"
sequence="M1+6"
schemeId="org.eclipse.ui.defaultAcceleratorConfigu ration">
</key>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu

rg.eclipse.ui.main.menu?after=a dditions">
<menu
label="Sample Menu"
mnemonic="M"
id="com.tcs.tools.jpsentitygen.menus.sampleMenu">
<command
commandId="com.tcs.tools.jpsentitygen.commands.sam pleCommand"
mnemonic="S"
id="com.tcs.tools.jpsentitygen.menus.sampleCommand ">
</command>
</menu>
</menuContribution>
<menuContribution
locationURI="toolbar

rg.eclipse.ui.main.toolbar?a fter=additions">
<toolbar
id="com.tcs.tools.jpsentitygen.toolbars.sampleTool bar">
<command
commandId="com.tcs.tools.jpsentitygen.commands.sam pleCommand"
icon="icons/sample.gif"
tooltip="Say hello world"
id="com.tcs.tools.jpsentitygen.toolbars.sampleComm and">
</command>
</toolbar>
</menuContribution>
</extension>
</plugin>