Author: max.andersen(a)jboss.com
Date: 2008-10-17 08:22:09 -0400 (Fri, 17 Oct 2008)
New Revision: 10918
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml
Log:
add ... for generate hibernate actions since it shows an dialog
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml 2008-10-17
11:47:51 UTC (rev 10917)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml 2008-10-17
12:22:09 UTC (rev 10918)
@@ -37,7 +37,7 @@
<super type="org.eclipse.core.resources.problemmarker"/>
<super type="org.eclipse.core.resources.textmarker"/>
<persistent value="true"/>
-</extension>
+</extension>
<extension point="org.eclipse.ui.actionSets">
<!-- main menu -->
<actionSet label="Java Coding" description="Action set
containing coding related Java actions"
@@ -54,7 +54,7 @@
<action
class="org.hibernate.eclipse.jdt.ui.internal.jpa.actions.JPAMapToolActionPulldownDelegate"
id="org.hibernate.eclipse.jdt.ui.run_jpaaction"
- label="Generate &Hibernate/JPA annotations"
+ label="Generate &Hibernate/JPA annotations..."
menubarPath="org.eclipse.jdt.ui.source.menu/generateGroup"
style="push">
</action>
@@ -77,7 +77,7 @@
<action
class="org.hibernate.eclipse.jdt.ui.internal.jpa.actions.JPAMapToolActionDelegate"
id="org.hibernate.eclipse.jdt.ui.run_jpaaction2"
- label="Generate &Hibernate/JPA annotations"
+ label="Generate &Hibernate/JPA annotations..."
menubarPath="org.eclipse.jdt.ui.source.menu/generateGroup"
style="push">
</action>
Show replies by date