Improve OSGi Explorer
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / src / org / argeo / eclipse / ui / workbench / osgi / OsgiExplorerImages.java
index 64a240c59f7ea8f7e17417d13f0726f2995bf11e..7f58ed0e2441462e3f567837157e320dafa20140 100644 (file)
@@ -20,12 +20,16 @@ import org.eclipse.swt.graphics.Image;
 
 /** Shared icons. */
 public class OsgiExplorerImages {
-       public final static Image INSTALLED = WorkbenchUiPlugin
-                       .getImageDescriptor("icons/installed.gif").createImage();
+       public final static Image INSTALLED = WorkbenchUiPlugin.getImageDescriptor(
+                       "icons/installed.gif").createImage();
        public final static Image RESOLVED = WorkbenchUiPlugin.getImageDescriptor(
                        "icons/resolved.gif").createImage();
        public final static Image STARTING = WorkbenchUiPlugin.getImageDescriptor(
                        "icons/starting.gif").createImage();
        public final static Image ACTIVE = WorkbenchUiPlugin.getImageDescriptor(
                        "icons/active.gif").createImage();
+       public final static Image SERVICE_PUBLISHED = WorkbenchUiPlugin
+                       .getImageDescriptor("icons/service_published.gif").createImage();
+       public final static Image SERVICE_REFERENCED = WorkbenchUiPlugin
+                       .getImageDescriptor("icons/service_referenced.gif").createImage();
 }