| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <plugin> | |
| <extension | |
| point="org.eclipse.e4.tools.spy.spyPart"> | |
| <spyPart | |
| description="Open Css Spy" | |
| icon="icons/cssspy.png" | |
| name="CSS Spy" | |
| part="org.eclipse.e4.tools.css.spy.CssSpyPart" | |
| shortcut="M2+M3+F5"></spyPart> | |
| <spyPart | |
| description="Open Css Scratch Pad" | |
| icon="icons/css_scratchpad.png" | |
| name="CSS Scratch pad" | |
| part="org.eclipse.e4.tools.css.spy.CSSScratchPadPart" | |
| shortcut="M2+M3+F6"> | |
| </spyPart> | |
| </extension> | |
| </plugin> |