|
From: Christopher W. <caw...@us...> - 2006-01-31 20:30:05
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv673/META-INF Modified Files: MANIFEST.MF Log Message: add a new Ruby Class Wizard (it's not especially useful yet, but it is more obvious than new -> file -> name it with a standard ruby file name/extension) Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MANIFEST.MF 9 Dec 2005 02:05:06 -0000 1.4 --- MANIFEST.MF 31 Jan 2006 20:29:53 -0000 1.5 *************** *** 36,40 **** org.rubypeople.rdt.ui.text, org.rubypeople.rdt.ui.text.folding, ! org.rubypeople.rdt.ui.text.ruby.hover Require-Bundle: org.eclipse.ui.ide, org.eclipse.ui.views, --- 36,41 ---- org.rubypeople.rdt.ui.text, org.rubypeople.rdt.ui.text.folding, ! org.rubypeople.rdt.ui.text.ruby.hover, ! org.rubypeople.rdt.ui.wizards Require-Bundle: org.eclipse.ui.ide, org.eclipse.ui.views, |