Author: scabanovich
Date: 2007-10-12 05:48:06 -0400 (Fri, 12 Oct 2007)
New Revision: 4142
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties
trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
Log:
JBIDE-544
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties 2007-10-12 09:47:40 UTC
(rev 4141)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.properties 2007-10-12 09:48:06 UTC
(rev 4142)
@@ -4,16 +4,6 @@
actionSets.modelActions.description=Description For JBoss Tools Model Actions
actionSets.projectActions.saveModel.label=Save Model
-actionSets.tomcatActions.selectServer.label=JBoss Tools Server Actions
-actionSets.tomcatActions.label=JBoss Tools Tomcat Actions
-actionSets.tomcatActions.description=Description for JBoss Tools Tomcat Actions
-actionSets.tomcatActions.changeWebXmlTimeStamp.label=Change web.xml Time Stamp
-actionSets.tomcatActions.restartTomcatServer.label=Restart Tomcat Server
-actionSets.tomcatActions.stopTomcatServer.label=Stop Tomcat Server
-actionSets.tomcatActions.debugTomcatServer.label=Start Tomcat Server in Debug Mode
-actionSets.tomcatActions.startTomcatServer.label=Start Tomcat Server
-actionSets.tomcatActions.runApplicationFromSelectedElement.label=Run Application from
Selected Element
-
actionSets.serverActions.selectServer.label=Red Hat WTP Server Actions
actionSets.serverActions.label=Red Hat WTP Server Actions
actionSets.serverActions.description=Description for Red Hat WTP Server Actions
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2007-10-12 09:47:40 UTC (rev
4141)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2007-10-12 09:48:06 UTC (rev
4142)
@@ -89,7 +89,7 @@
</extension>
<extension point="org.eclipse.ui.actionSets">
<actionSet description="%actionSets.modelActions.description"
id="com.redhat.studio.actionSet"
label="%actionSets.modelActions.label" visible="true">
- <action
class="org.jboss.tools.jst.web.ui.action.RunPageActionDelegate"
icon="images/xstudio/actions/run_project.gif"
id="org.jboss.tools.jst.web.ui.action.RunPageActionDelegate"
label="%actionSets.tomcatActions.runApplicationFromSelectedElement.label"
style="pulldown" toolbarPath="Normal/SSRun"
tooltip="%actionSets.tomcatActions.runApplicationFromSelectedElement.label">
+ <action
class="org.jboss.tools.jst.web.ui.action.RunPageActionDelegate"
icon="images/xstudio/actions/run_project.gif"
id="org.jboss.tools.jst.web.ui.action.RunPageActionDelegate"
label="%actionSets.serverActions.runApplicationFromSelectedElement.label"
style="pulldown" toolbarPath="Normal/SSRun"
tooltip="%actionSets.serverActions.runApplicationFromSelectedElement.label">
</action>
</actionSet>
</extension>
Show replies by date