Adds TeaVM's icon

This commit is contained in:
konsoletyper 2014-08-31 12:36:44 +04:00
parent 94855d04d0
commit 6675b4745d
5 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

View File

@ -8,7 +8,7 @@
"permissions" : ["debugger", "activeTab", "tabs"],
"browser_action" : {
"default_icon": "ghost.png",
"default_icon": "teavm-16.png",
"default_title ": "Connect to TeaVM debugger"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

View File

@ -32,6 +32,13 @@
id="org.teavm.eclipse.debugger.ui.tabs">
</launchConfigurationTabGroup>
</extension>
<extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
<launchConfigurationTypeImage
id="org.teavm.eclipse.debugger.ui.launchConfigIcon"
configTypeID="org.teavm.eclipse.debugger.launchConfig"
icon="teavm-16.png">
</launchConfigurationTypeImage>
</extension>
<extension point="org.eclipse.debug.ui.debugModelPresentations">
<debugModelPresentation
class="org.teavm.eclipse.debugger.ui.TeaVMDebugModelPresentation"

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B