|
From: Matthias K <mat...@us...> - 2006-07-11 21:29:47
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19797 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 Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/plugin.xml,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** plugin.xml 11 Jul 2006 19:48:12 -0000 1.101 --- plugin.xml 11 Jul 2006 21:29:44 -0000 1.102 *************** *** 620,629 **** <category name="Tabs" id="org.jcommander.ui.app.categories.Tabs" /> ! <keyConfiguration ! description="The key configuration used by JCommander" ! name="JCommander" id="org.jcommander.ui.app.JCmdKeyConfiguration" /> ! <activeKeyConfiguration ! keyConfigurationId="org.jcommander.ui.app.JCmdKeyConfiguration" ! value="org.jcommander.ui.app.JCmdKeyConfiguration" /> <command description="Opens up a new tab" categoryId="org.jcommander.ui.app.categories.Tabs" name="NewTab" --- 620,624 ---- <category name="Tabs" id="org.jcommander.ui.app.categories.Tabs" /> ! <command description="Opens up a new tab" categoryId="org.jcommander.ui.app.categories.Tabs" name="NewTab" |