|
From: Matthias K <mat...@us...> - 2006-07-11 19:48:16
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10580 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.app/plugin.xml,v retrieving revision 1.100 retrieving revision 1.101 diff -C2 -d -r1.100 -r1.101 *** plugin.xml 7 Jul 2006 22:16:19 -0000 1.100 --- plugin.xml 11 Jul 2006 19:48:12 -0000 1.101 *************** *** 7,15 **** <runtime> <library name="jcmdapp.jar"> ! <export name="*"/> </library> - <library name="lib/gface_0.8.9.jar"> - <export name="*"/> - </library> </runtime> <requires> --- 7,15 ---- [...1959 lines suppressed...] ! ! <key ! contextId="org.eclipse.ui.contexts.dialogAndWindow" ! schemeId="org.jcommander.ui.app.JCmdScheme" ! commandId="org.jcommander.ui.app.commands.HelpContents" ! sequence="F1"/> ! ! <key ! contextId="org.eclipse.ui.contexts.dialogAndWindow" ! schemeId="org.jcommander.ui.app.JCmdScheme" ! commandId="org.jcommander.ui.app.SwitchToTreeCommand" ! sequence="ARROW_LEFT"/> ! ! <key ! contextId="org.eclipse.ui.contexts.dialogAndWindow" ! schemeId="org.jcommander.ui.app.JCmdScheme" ! commandId="org.jcommander.ui.app.SwitchToDirectoryCommand" ! sequence="ARROW_RIGHT"/> ! </extension> </plugin> |