|
From: Christopher W. <caw...@us...> - 2006-03-25 19:37:52
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30675 Modified Files: plugin.xml Log Message: remove SimpleView - a very rough version of what eventually became the browsing perspective Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/plugin.xml,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** plugin.xml 25 Mar 2006 02:37:43 -0000 1.75 --- plugin.xml 25 Mar 2006 19:37:45 -0000 1.76 *************** *** 224,234 **** id="org.rubypeople.rdt.ui.views.RIView"> </view> - <view - name="Browsing" - icon="icons/full/elcl16/help.gif" - category="org.rubypeople.rdt.ui.ruby" - class="org.rubypeople.rdt.internal.ui.browsing.SimpleView" - id="org.rubypeople.rdt.ui.views.BrowsingView"> - </view> </extension> <extension point="org.eclipse.ui.perspectiveExtensions"> --- 224,227 ---- |