You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/06/04 21:41:18 UTC

svn commit: r1600471 - /sling/trunk/tooling/ide/eclipse-ui/plugin.xml

Author: rombert
Date: Wed Jun  4 19:41:17 2014
New Revision: 1600471

URL: http://svn.apache.org/r1600471
Log:
SLING-3031 - [Tooling] add whitelabel support for slingclipse

Add a generic server icon for the launch configuration.

Modified:
    sling/trunk/tooling/ide/eclipse-ui/plugin.xml

Modified: sling/trunk/tooling/ide/eclipse-ui/plugin.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui/plugin.xml?rev=1600471&r1=1600470&r2=1600471&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-ui/plugin.xml (original)
+++ sling/trunk/tooling/ide/eclipse-ui/plugin.xml Wed Jun  4 19:41:17 2014
@@ -28,6 +28,14 @@
              typeIds="sling.bundle"/>
 	</extension>  
 	
+	<extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
+		<launchConfigurationTypeImage
+			id="org.apache.sling.ide.launchpadLaunchConfigurationTypeImage"
+	     	configTypeID="org.apache.sling.ide.launchpadLaunchConfigurationType"
+	     	icon="icons/obj16/sling_server.gif">
+		</launchConfigurationTypeImage>
+	</extension>	  
+	
 	<!-- Define the editor section(s) we contribute to the WST UI -->
    <extension point="org.eclipse.wst.server.ui.editorPageSections">      
       <section