|
From: Robert E. <sky...@us...> - 2009-12-14 11:31:20
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10128 Modified Files: plugin.xml Log Message: Updated plugin dependencies. Updated to Eclipse 3.5 Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/plugin.xml,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** plugin.xml 12 Jul 2006 13:03:45 -0000 1.103 --- plugin.xml 14 Dec 2009 11:31:11 -0000 1.104 *************** *** 25,29 **** <import plugin="org.eclipse.help.ui" /> <import plugin="org.eclipse.help.webapp" /> - <import plugin="org.eclipse.tomcat" /> <import plugin="org.jcommander.ui.externaltools" /> <import plugin="org.jcommander.tools.nativemanager" /> --- 25,28 ---- *************** *** 39,43 **** <import plugin="org.apache.commons"/> </requires> ! <extension id="JCmdApplication" name="%applicationName" point="org.eclipse.core.runtime.applications"> --- 38,42 ---- <import plugin="org.apache.commons"/> </requires> ! <extension id="JCmdApplication" name="%applicationName" point="org.eclipse.core.runtime.applications"> *************** *** 46,50 **** </application> </extension> ! <extension point="org.eclipse.ui.perspectives"> <perspective icon="icons/small_icon.png" --- 45,49 ---- </application> </extension> ! <extension point="org.eclipse.ui.perspectives"> <perspective icon="icons/small_icon.png" *************** *** 52,56 **** name="JCommander" id="org.jcommander.ui.app.JCmdPerspective" /> </extension> ! <extension id="JCommander" name="JCommander" point="org.eclipse.core.runtime.products"> --- 51,55 ---- name="JCommander" id="org.jcommander.ui.app.JCmdPerspective" /> </extension> ! <extension id="JCommander" name="JCommander" point="org.eclipse.core.runtime.products"> *************** *** 63,68 **** value="jcmd-backimage.gif"/> <property ! name="aboutText" ! value="JCommander - The Next Generation File Manager

Version: 0.7.1
Product Home Page: http://jcommander.sourceforge.net/

This product is distributed freely under the Eclipse Public License 1.0.
http://www.opensource.org/licenses/eclipse-1.0.php


The Team

Lead Developers:
- Robert Enyedi (Founder)
- Marius Hanganu (Founder and initial contributor)

Developers:
- Michael Smith
- Mike Grigorov
- Matthias Kümmerer
- Edgar Poce 

Graphical Design: Adrian Chromenko




Credits:

JCommander is built on top of the Eclipse Rich Client Platform (RCP).
http://www.eclipse.org/rcp/

This product includes software developed by the Apache Software Foundation.
http://www.apache.org/"/> <property name="startupForegroundColor" --- 62,67 ---- value="jcmd-backimage.gif"/> <property ! name="aboutText" ! value="JCommander - The Next Generation File Manager

Version: 0.7.1
Product Home Page: http://jcommander.sourceforge.net/

This product is distributed freely under the Eclipse Public License 1.0.
http://www.opensource.org/licenses/eclipse-1.0.php


The Team

Lead Developers:
- Robert Enyedi (Founder)
- Marius Hanganu (Founder and initial contributor)

Developers:
- Michael Smith
- Mike Grigorov
- Matthias Kümmerer
- Edgar Poce 

Graphical Design: Adrian Chromenko




Credits:

JCommander is built on top of the Eclipse Rich Client Platform (RCP).
http://www.eclipse.org/rcp/

This product includes software developed by the Apache Software Foundation.
http://www.apache.org/"/> <property name="startupForegroundColor" *************** *** 74,80 **** name="startupProgressRect" value="5,3,310,10"/> </product> </extension> ! <extension id="org.jcommander.ui.app.JCmdActionSet" name="JCommander Main Action Set" point="org.eclipse.ui.actionSets"> --- 73,87 ---- name="startupProgressRect" value="5,3,310,10"/> + <property + name="appName" + value="JCommander"> + </property> + <property + name="preferenceCustomization" + value="plugin_customization.ini"> + </property> </product> </extension> ! <extension id="org.jcommander.ui.app.JCmdActionSet" name="JCommander Main Action Set" point="org.eclipse.ui.actionSets"> *************** *** 84,88 **** <groupMarker name="File.groupMarker1" /> </menu> ! <menu id="jcmdviewmenu" label="&View" path="view"> <groupMarker name="View.groupMarker1"/> --- 91,95 ---- <groupMarker name="File.groupMarker1" /> </menu> ! <menu id="jcmdviewmenu" label="&View" path="view"> <groupMarker name="View.groupMarker1"/> *************** *** 99,103 **** <groupMarker name="Panel.groupMarker3"/> </menu> ! <menu label="&Operations" path="operations" id="jcmdoperationsmenu"> --- 106,110 ---- <groupMarker name="Panel.groupMarker3"/> </menu> ! <menu label="&Operations" path="operations" id="jcmdoperationsmenu"> *************** *** 232,236 **** toolbarPath="JCmdGroup/File" tooltip="Synchronize Other Panel"/> ! <action class="org.jcommander.ui.filepanel.actions.SwapPanelsAction" --- 239,243 ---- toolbarPath="JCmdGroup/File" tooltip="Synchronize Other Panel"/> ! <action class="org.jcommander.ui.filepanel.actions.SwapPanelsAction" *************** *** 301,305 **** menubarPath="jcmdfilemenu/File.groupMarker1" toolbarPath="JCmdGroup/File" ! tooltip="Open Directory URL (Simplified)"/> <action --- 308,312 ---- menubarPath="jcmdfilemenu/File.groupMarker1" toolbarPath="JCmdGroup/File" ! tooltip="Open Directory URL (Simplified)"/> <action *************** *** 374,378 **** toolbarPath="JCmdGroup/Operations" tooltip="Copy to Clipboard"/> ! <action label="&Show System Context Menu" definitionId="org.jcommander.ui.app.ShowSystemContextMenuCommand" --- 381,385 ---- toolbarPath="JCmdGroup/Operations" tooltip="Copy to Clipboard"/> ! <action label="&Show System Context Menu" definitionId="org.jcommander.ui.app.ShowSystemContextMenuCommand" *************** *** 434,438 **** toolbarPath="JCmdGroup/Panel" tooltip="Toggle the current selection"/> ! <action class="org.jcommander.ui.filepanel.actions.FocusDirectoryInfoAction" --- 441,445 ---- toolbarPath="JCmdGroup/Panel" tooltip="Toggle the current selection"/> ! <action class="org.jcommander.ui.filepanel.actions.FocusDirectoryInfoAction" *************** *** 440,445 **** icon="icons/invertCurrentSelection.png" id="org.jcommander.ui.app.actions.FocusDirectoryInfo" ! label="Focus Directory Info Panel"/> ! <action label="Show Navigation History" class="org.jcommander.ui.filepanel.actions.ShowNavigationHistoryAction" --- 447,452 ---- icon="icons/invertCurrentSelection.png" id="org.jcommander.ui.app.actions.FocusDirectoryInfo" ! label="Focus Directory Info Panel"/> ! <action label="Show Navigation History" class="org.jcommander.ui.filepanel.actions.ShowNavigationHistoryAction" *************** *** 532,536 **** definitionId="org.jcommander.ui.app.QuickFindCommand" class="org.jcommander.ui.filepanel.actions.QuickFindAction" ! style="push" id="org.jcommander.ui.app.actions.QuickFind" menubarPath="jcmdselectionmenu/Panel.groupMarker0" toolbarPath="JCmdGroup/Panel" --- 539,543 ---- definitionId="org.jcommander.ui.app.QuickFindCommand" class="org.jcommander.ui.filepanel.actions.QuickFindAction" ! style="push" id="org.jcommander.ui.app.actions.QuickFind" menubarPath="jcmdselectionmenu/Panel.groupMarker0" toolbarPath="JCmdGroup/Panel" *************** *** 593,597 **** </actionSet> </extension> ! <extension id="JCmdGeneralPrefs" name="JCmdGeneral" point="org.eclipse.ui.preferencePages"> --- 600,604 ---- </actionSet> </extension> ! <extension id="JCmdGeneralPrefs" name="JCmdGeneral" point="org.eclipse.ui.preferencePages"> *************** *** 615,624 **** name="Perspectives" id="org.jcommander.ui.app.PerspectivesPrefs" /> </extension> ! <extension id="JCmdAppCommands" name="AppCommands" point="org.eclipse.ui.commands"> <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" --- 622,631 ---- name="Perspectives" id="org.jcommander.ui.app.PerspectivesPrefs" /> </extension> ! <extension id="JCmdAppCommands" name="AppCommands" point="org.eclipse.ui.commands"> <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" *************** *** 632,636 **** categoryId="org.jcommander.ui.app.categories.Tabs" name="Open Location" id="org.jcommander.ui.app.OpenLocationCommand" /> ! <command description="Open URL" categoryId="org.jcommander.ui.app.categories.Tabs" --- 639,643 ---- categoryId="org.jcommander.ui.app.categories.Tabs" name="Open Location" id="org.jcommander.ui.app.OpenLocationCommand" /> ! <command description="Open URL" categoryId="org.jcommander.ui.app.categories.Tabs" *************** *** 692,696 **** categoryId="org.jcommander.ui.app.categories.Tabs" name="Compare" id="org.jcommander.ui.app.CompareCommand" /> ! <command description="Creates a new directory." categoryId="org.jcommander.ui.app.categories.Tabs" --- 699,703 ---- categoryId="org.jcommander.ui.app.categories.Tabs" name="Compare" id="org.jcommander.ui.app.CompareCommand" /> ! <command description="Creates a new directory." categoryId="org.jcommander.ui.app.categories.Tabs" *************** *** 822,826 **** <command description="Synchronize Other Panel" categoryId="org.jcommander.ui.app.categories.Tabs" ! name="Synchronize Other Panel" id="org.jcommander.ui.app.SynchronizeOtherPanelCommand" /> --- 829,833 ---- <command description="Synchronize Other Panel" categoryId="org.jcommander.ui.app.categories.Tabs" ! name="Synchronize Other Panel" id="org.jcommander.ui.app.SynchronizeOtherPanelCommand" /> *************** *** 839,848 **** name="Choose Profile" id="org.jcommander.ui.app.commands.ChooseProfile" /> ! <command description="Shows the welcome page." categoryId="org.jcommander.ui.app.categories.Tabs" name="Show Welcome Page" id="org.jcommander.ui.app.commands.ShowWelcomePageCommand" /> ! <command description="Shows the native manager dialog." categoryId="org.jcommander.ui.app.categories.Tabs" --- 846,855 ---- name="Choose Profile" id="org.jcommander.ui.app.commands.ChooseProfile" /> ! <command description="Shows the welcome page." categoryId="org.jcommander.ui.app.categories.Tabs" name="Show Welcome Page" id="org.jcommander.ui.app.commands.ShowWelcomePageCommand" /> ! <command description="Shows the native manager dialog." categoryId="org.jcommander.ui.app.categories.Tabs" *************** *** 868,872 **** </extension> ! <extension id="JCmdManager" name="The tab manager provided by JCommander" --- 875,879 ---- </extension> ! <extension id="JCmdManager" name="The tab manager provided by JCommander" *************** *** 874,878 **** <FilePanelManager class="org.jcommander.ui.app.JcmdManager" /> </extension> ! <extension point="org.jcommander.ui.filepanel.BookmarkConfiguration"> --- 881,885 ---- <FilePanelManager class="org.jcommander.ui.app.JcmdManager" /> </extension> ! <extension point="org.jcommander.ui.filepanel.BookmarkConfiguration"> *************** *** 880,884 **** class="org.jcommander.ui.app.ConfigurationBookmarkManager" /> </extension> ! <extension id="org.jcommander.ui.app.JCmdPerspectiveExtension" name="JCommander Main Perspective Extension" --- 887,891 ---- class="org.jcommander.ui.app.ConfigurationBookmarkManager" /> </extension> ! <extension id="org.jcommander.ui.app.JCmdPerspectiveExtension" name="JCommander Main Perspective Extension" *************** *** 889,893 **** </perspectiveExtension> </extension> ! <extension point="org.eclipse.ui.views"> --- 896,900 ---- </perspectiveExtension> </extension> ! <extension point="org.eclipse.ui.views"> *************** *** 906,910 **** id="org.jcommander.ui.app.JCmdScheme" name="JCommander"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 913,917 ---- id="org.jcommander.ui.app.JCmdScheme" name="JCommander"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 912,916 **** commandId="org.jcommander.ui.app.commands.NewTab" sequence="Ctrl+T"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 919,923 ---- commandId="org.jcommander.ui.app.commands.NewTab" sequence="Ctrl+T"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 918,922 **** commandId="org.jcommander.ui.app.FindInFilesCommand" sequence="ALT+F7"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 925,929 ---- commandId="org.jcommander.ui.app.FindInFilesCommand" sequence="ALT+F7"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 924,928 **** commandId="org.jcommander.ui.app.OpenLocationCommand" sequence="CTRL+L"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 931,935 ---- commandId="org.jcommander.ui.app.OpenLocationCommand" sequence="CTRL+L"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1008,1017 **** commandId="org.jcommander.ui.app.RenameCommand" sequence="F2"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" schemeId="org.jcommander.ui.app.JCmdScheme" commandId="org.jcommander.ui.app.RenameCommand" ! sequence="Shift+F6"/> <key --- 1015,1024 ---- commandId="org.jcommander.ui.app.RenameCommand" sequence="F2"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" schemeId="org.jcommander.ui.app.JCmdScheme" commandId="org.jcommander.ui.app.RenameCommand" ! sequence="Shift+F6"/> <key *************** *** 1020,1024 **** commandId="org.jcommander.ui.app.CompareCommand" sequence="F10"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1027,1031 ---- commandId="org.jcommander.ui.app.CompareCommand" sequence="F10"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1026,1030 **** commandId="org.jcommander.ui.app.MkDirCommand" sequence="F7"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1033,1037 ---- commandId="org.jcommander.ui.app.MkDirCommand" sequence="F7"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1032,1036 **** commandId="org.jcommander.ui.app.DeleteCommand" sequence="F8"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1039,1043 ---- commandId="org.jcommander.ui.app.DeleteCommand" sequence="F8"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1038,1042 **** commandId="org.jcommander.ui.app.DeleteCommand" sequence="Delete"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1045,1049 ---- commandId="org.jcommander.ui.app.DeleteCommand" sequence="Delete"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1048,1053 **** schemeId="org.jcommander.ui.app.JCmdScheme" commandId="org.jcommander.ui.app.ToggleCurrentSelectionCommand" ! sequence="Space"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1055,1060 ---- schemeId="org.jcommander.ui.app.JCmdScheme" commandId="org.jcommander.ui.app.ToggleCurrentSelectionCommand" ! sequence="Space"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1055,1059 **** commandId="org.jcommander.ui.app.ShowNavigationHistoryCommand" sequence="Alt+Arrow_Down"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1062,1066 ---- commandId="org.jcommander.ui.app.ShowNavigationHistoryCommand" sequence="Alt+Arrow_Down"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1061,1065 **** commandId="org.jcommander.ui.app.InvertSelectionCommand" sequence="Numpad_Multiply"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1068,1072 ---- commandId="org.jcommander.ui.app.InvertSelectionCommand" sequence="Numpad_Multiply"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1067,1071 **** commandId="org.jcommander.ui.app.ClosePanelCommand" sequence="Ctrl+W"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1074,1078 ---- commandId="org.jcommander.ui.app.ClosePanelCommand" sequence="Ctrl+W"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1073,1077 **** commandId="org.jcommander.ui.app.SelectNoneCommand" sequence="Ctrl+Numpad_Subtract"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1080,1084 ---- commandId="org.jcommander.ui.app.SelectNoneCommand" sequence="Ctrl+Numpad_Subtract"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1084,1088 **** commandId="org.jcommander.ui.app.SelectAllCommand" sequence="Ctrl+A"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1091,1095 ---- commandId="org.jcommander.ui.app.SelectAllCommand" sequence="Ctrl+A"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1102,1106 **** commandId="org.jcommander.ui.app.CopySelectionToClipboardCommand" sequence="Ctrl+Shift+C"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1109,1113 ---- commandId="org.jcommander.ui.app.CopySelectionToClipboardCommand" sequence="Ctrl+Shift+C"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1108,1112 **** commandId="org.jcommander.ui.app.ToggleFilePanelSelectionCommand" sequence="Tab"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1115,1119 ---- commandId="org.jcommander.ui.app.ToggleFilePanelSelectionCommand" sequence="Tab"/> ! <key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1114,1118 **** commandId="org.jcommander.ui.app.FocusDirectoryInfoCommand" sequence="ALT+D"/> ! <!--<key contextId="org.eclipse.ui.contexts.dialogAndWindow" --- 1121,1125 ---- commandId="org.jcommander.ui.app.FocusDirectoryInfoCommand" sequence="ALT+D"/> ! <!--<key contextId="org.eclipse.ui.contexts.dialogAndWindow" *************** *** 1129,1133 **** schemeId="org.jcommander.ui.app.JCmdScheme" commandId="org.jcommander.ui.app.GotoParentDirectoryCommand" ! sequence="CTRL+ARROW_LEFT"/> <key --- 1136,1140 ---- schemeId="org.jcommander.ui.app.JCmdScheme" commandId="org.jcommander.ui.app.GotoParentDirectoryCommand" ! sequence="CTRL+ARROW_LEFT"/> <key |