Author: dgeraskov
Date: 2008-02-20 06:21:03 -0500 (Wed, 20 Feb 2008)
New Revision: 6455
Added:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/images/hibernate_small_icon.gif
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/plugin.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1419
Icons for "Open Mapping File", "Open Source File",
"Refresh", "Open Mapping Diagramm" actions.
Added method getImageDescriptor() to HibernateConsolePlugin, to easy access to it's
icons.
Added:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/images/hibernate_small_icon.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/images/hibernate_small_icon.gif
___________________________________________________________________
Name: svn:mime-type
+ image/gif
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/plugin.xml 2008-02-20
11:20:50 UTC (rev 6454)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/plugin.xml 2008-02-20
11:21:03 UTC (rev 6455)
@@ -7,7 +7,7 @@
<action
id="org.jboss.tools.hibernate.ui.view.openDiagramAction"
label="Open Mapping Diagram"
- icon="icons/runOpenDiagram.gif"
+ icon="images/hibernate_small_icon.gif"
class="org.jboss.tools.hibernate.ui.view.views.OpenDiagramActionDelegate">
</action>
</objectContribution>