X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fworkbench%2Fosgi%2FOsgiExplorerImages.java;fp=org.argeo.eclipse.ui.workbench%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fworkbench%2Fosgi%2FOsgiExplorerImages.java;h=7f58ed0e2441462e3f567837157e320dafa20140;hb=92dee1606725534bdfc067cd2cae017f0501ac5d;hp=64a240c59f7ea8f7e17417d13f0726f2995bf11e;hpb=c83aec97dd3aae0a73ab0b26292d1f175fdbdeac;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/osgi/OsgiExplorerImages.java b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/osgi/OsgiExplorerImages.java index 64a240c59..7f58ed0e2 100644 --- a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/osgi/OsgiExplorerImages.java +++ b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/osgi/OsgiExplorerImages.java @@ -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(); }