Skip to content
Snippets Groups Projects
Commit d39baaaf authored by Shanshan Jiang's avatar Shanshan Jiang
Browse files

update to use karaf-logo.png in ui.jambi

parent 51c185e2
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.universAAL.tools.ucc</groupId>
<artifactId>ucc.plugin.karaf</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<name>UCC Karaf Deploy plugin for Karaf</name>
<description>The deployment plugin for Karaf</description>
<packaging>bundle</packaging>
......
......@@ -44,7 +44,7 @@ public class UCCPlugin implements IPlugin {
});
}
public void createGridViewItem(){
PluginGridViewItem gv= new PluginGridViewItem("Deploy To\nKaraf", "addressbook2.png", new Runnable() {
PluginGridViewItem gv= new PluginGridViewItem("Deploy To\nKaraf", "karaf-logo.png", new Runnable() {
public void run() {
uCCPluginBase.getMainView().showSubWindow(karafView);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment