[easystruts-cvs] org.sf.easyexplore/META-INF MANIFEST.MF,1.2,1.3
Brought to you by:
eboudrant,
pombredanne
From: Philippe O. <pom...@us...> - 2006-02-07 01:34:15
|
Update of /cvsroot/easystruts/org.sf.easyexplore/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2126/META-INF Modified Files: MANIFEST.MF Log Message: Added support for Key bindings for the the explore and command actions. Using a hack...with a double definition of the action both as a pop-menu and action set to wor around this eclipse limitation. Explore maps to Shift+Esc X and Command maps to Shift+Esc C.... Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/easystruts/org.sf.easyexplore/META-INF/MANIFEST.MF,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MANIFEST.MF 27 Jan 2006 02:31:11 -0000 1.2 --- MANIFEST.MF 7 Feb 2006 01:33:59 -0000 1.3 *************** *** 2,6 **** Bundle-Name: %pluginName Bundle-SymbolicName: org.sf.easyexplore; singleton=true ! Bundle-Version: 1.1.0 Bundle-Vendor: %providerName Bundle-ClassPath: . --- 2,6 ---- Bundle-Name: %pluginName Bundle-SymbolicName: org.sf.easyexplore; singleton=true ! Bundle-Version: 1.2.0 Bundle-Vendor: %providerName Bundle-ClassPath: . |