Author: dgolovin
Date: 2009-09-21 13:59:29 -0400 (Mon, 21 Sep 2009)
New Revision: 17682
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.properties
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml
Log:
Description is added for New Hibernate XML Mapping file New Wizard
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.properties
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.properties 2009-09-21
17:42:04 UTC (rev 17681)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.properties 2009-09-21
17:59:29 UTC (rev 17682)
@@ -6,4 +6,5 @@
JavaEditorMenu_GenerateHibernateAnnotations=Generate &Hibernate/JPA annotations...
JavaElementMenu_GenerateHibernateAnnotations=Generate &Hibernate/JPA annotations
Menu_Source=&Source
-New_wizard_menu_New_mapping_file=Hibernate XML Mapping file (hbm.xml)
\ No newline at end of file
+New_wizard_menu_New_mapping_file=Hibernate XML Mapping file (hbm.xml)
+New_wizard_menu_New_mapping_file_description = Creates a new Hibernate XML Mapping file
\ No newline at end of file
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml 2009-09-21
17:42:04 UTC (rev 17681)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml 2009-09-21
17:59:29 UTC (rev 17682)
@@ -149,6 +149,10 @@
class="org.hibernate.eclipse.jdt.ui.wizards.NewHibernateMappingFileWizard"
icon="icons/hibernate_small_icon.gif"
id="org.hibernate.eclipse.console.wizards.NewHibernateMappingFileWizard"
- name="%New_wizard_menu_New_mapping_file"/>
+ name="%New_wizard_menu_New_mapping_file">
+ <description>
+ %New_wizard_menu_New_mapping_file_description
+ </description>
+ </wizard>
</extension>
</plugin>
Show replies by date