[easystruts-cvs] org.sf.easyexplore/META-INF MANIFEST.MF,1.1,1.2
Brought to you by:
eboudrant,
pombredanne
From: Philippe O. <pom...@us...> - 2006-01-27 02:31:21
|
Update of /cvsroot/easystruts/org.sf.easyexplore/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29857/META-INF Modified Files: MANIFEST.MF Log Message: A small upgrade to run also a comamnd and get the right default command on windows... I use it all the time. Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/easystruts/org.sf.easyexplore/META-INF/MANIFEST.MF,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MANIFEST.MF 26 Jan 2006 20:37:56 -0000 1.1 --- MANIFEST.MF 27 Jan 2006 02:31:11 -0000 1.2 *************** *** 5,16 **** Bundle-Vendor: %providerName Bundle-ClassPath: . ! Bundle-Activator: easyexplore.jar Bundle-Localization: plugin ! Require-Bundle: org.eclipse.core.runtime.compatibility, ! org.eclipse.ui.ide, ! org.eclipse.ui.views, ! org.eclipse.jface.text, ! org.eclipse.ui.workbench.texteditor, ! org.eclipse.ui.editors, org.eclipse.core.resources, org.eclipse.ui, --- 5,11 ---- Bundle-Vendor: %providerName Bundle-ClassPath: . ! Bundle-Activator: org.sf.easyexplore.EasyExplorePlugin Bundle-Localization: plugin ! Require-Bundle: org.eclipse.core.runtime.compatibility, org.eclipse.core.resources, org.eclipse.ui, |