• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision186 (tree)
Time2016-01-01 18:58:45
Authort_nakayama1971

Log Message

correct ClassCastException

Change Summary

Incremental Difference

--- trunk/plugin/com.sysdeo.eclipse.tomcat/plugin.xml (revision 185)
+++ trunk/plugin/com.sysdeo.eclipse.tomcat/plugin.xml (revision 186)
@@ -25,15 +25,15 @@
2525 <extension point="org.eclipse.ui.handlers">
2626 <handler
2727 commandId="com.sysdeo.eclipse.tomcat.start"
28- class="com.sysdeo.eclipse.tomcat.actions.StartActionDelegate"
28+ class="com.sysdeo.eclipse.tomcat.actions.StartActionHandler"
2929 />
3030 <handler
3131 commandId="com.sysdeo.eclipse.tomcat.stop"
32- class="com.sysdeo.eclipse.tomcat.actions.StopActionDelegate"
32+ class="com.sysdeo.eclipse.tomcat.actions.StopActionHandler"
3333 />
3434 <handler
3535 commandId="com.sysdeo.eclipse.tomcat.restart"
36- class="com.sysdeo.eclipse.tomcat.actions.RestartActionDelegate"
36+ class="com.sysdeo.eclipse.tomcat.actions.RestartActionHandler"
3737 />
3838 </extension>
3939