Update of /cvsroot/nice/eclipse/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5205/src
Modified Files:
plugin.xml
Log Message:
Fix the name of the Nice perspective: "Perspective" is added by eclipse, it should not be in the name itself
Index: plugin.xml
===================================================================
RCS file: /cvsroot/nice/eclipse/src/plugin.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** plugin.xml 10 Aug 2003 16:24:30 -0000 1.7
--- plugin.xml 17 Dec 2003 09:49:36 -0000 1.8
***************
*** 81,85 ****
<perspective
id="net.sf.nice.nice_perspective"
! name="Nice Perspective"
icon="icons/full/cview16/nice.png"
class="nice.eclipse.ui.NicePerspectiveFactory">
--- 81,85 ----
<perspective
id="net.sf.nice.nice_perspective"
! name="Nice"
icon="icons/full/cview16/nice.png"
class="nice.eclipse.ui.NicePerspectiveFactory">
|