|
From: Matthias K <mat...@us...> - 2006-07-11 19:48:20
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.editor In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10616 Modified Files: plugin.xml Log Message: -Changed keybindingmodel from deprecated org.eclipse.ui.command's <keybinding> element to org.eclipse.ui.binding's <key> element -reformated xml code Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.editor/plugin.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** plugin.xml 8 Jul 2006 17:35:05 -0000 1.6 --- plugin.xml 11 Jul 2006 19:48:18 -0000 1.7 *************** *** 106,110 **** sequence="Esc" commandId="org.jcommander.ui.editor.close" ! schemeId="org.jcommander.ui.app.JCmdKeyConfiguration"> </key> </extension> --- 106,110 ---- sequence="Esc" commandId="org.jcommander.ui.editor.close" ! schemeId="org.jcommander.ui.app.JCmdScheme"> </key> </extension> |