[Nice-commit] eclipse/src plugin.xml,1.6,1.7
Brought to you by:
bonniot
From: <ag...@us...> - 2003-08-10 16:24:33
|
Update of /cvsroot/nice/eclipse/src In directory sc8-pr-cvs1:/tmp/cvs-serv30681/src Modified Files: plugin.xml Log Message: added icons to the plugin Index: plugin.xml =================================================================== RCS file: /cvsroot/nice/eclipse/src/plugin.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** plugin.xml 9 Aug 2003 20:32:35 -0000 1.6 --- plugin.xml 10 Aug 2003 16:24:30 -0000 1.7 *************** *** 60,64 **** finalPerspective="net.sf.nice.nice_perspective" preferredPerspectives="net.sf.nice.nice_perspective" ! icon="icons/full/ctool16/newjprj_wiz.gif"> <description>NewNiceProject.description</description> </wizard> --- 60,64 ---- finalPerspective="net.sf.nice.nice_perspective" preferredPerspectives="net.sf.nice.nice_perspective" ! icon="icons/full/ctool16/newjprj_wiz.png"> <description>NewNiceProject.description</description> </wizard> *************** *** 68,72 **** class="nice.eclipse.ui.wizards.NewNiceFileCreationWizard" category="net.sf.nice.nice_wizard_category" ! icon="wiz.gif"> <description>Create a Nice File</description> </wizard> --- 68,72 ---- class="nice.eclipse.ui.wizards.NewNiceFileCreationWizard" category="net.sf.nice.nice_wizard_category" ! icon="icons/full/ctool16/newnfile_wiz.png"> <description>Create a Nice File</description> </wizard> *************** *** 82,86 **** id="net.sf.nice.nice_perspective" name="Nice Perspective" ! icon="icons/full/cview16/nperspective.gif" class="nice.eclipse.ui.NicePerspectiveFactory"> </perspective> --- 82,86 ---- id="net.sf.nice.nice_perspective" name="Nice Perspective" ! icon="icons/full/cview16/nice.png" class="nice.eclipse.ui.NicePerspectiveFactory"> </perspective> *************** *** 95,99 **** <view name="Nice resources View" ! icon="icons/full/ctool16/nice.png" class="nice.eclipse.ui.views.NiceResourcesView" id="net.sf.nice.nice_resources_view"> --- 95,99 ---- <view name="Nice resources View" ! icon="icons/full/cview16/nice.png" class="nice.eclipse.ui.views.NiceResourcesView" id="net.sf.nice.nice_resources_view"> *************** *** 111,115 **** name="Nice Editor" default="true" ! icon="icons/full/ctool16/nice_page.gif" extensions="nice" class="nice.eclipse.ui.editors.NiceFileEditor" --- 111,115 ---- name="Nice Editor" default="true" ! icon="icons/full/obj16/nice_obj.png" extensions="nice" class="nice.eclipse.ui.editors.NiceFileEditor" |