This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git


The following commit(s) were added to refs/heads/master by this push:
     new a6978da  Remove SWT_GTK3 from launch configurations
a6978da is described below

commit a6978dabf4ca6ae0e0c6f15eabd26fbe3b82c3ff
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Thu Sep 12 01:00:35 2019 +0200

    Remove SWT_GTK3 from launch configurations
    
    It no longer needed on newer Eclipse versions and even has unwanted side 
effects, like icons not showing in context menus.
---
 eclipse/target-definition/Sling IDE Tooling.launch | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclipse/target-definition/Sling IDE Tooling.launch 
b/eclipse/target-definition/Sling IDE Tooling.launch
index 476143f..94fb6ab 100644
--- a/eclipse/target-definition/Sling IDE Tooling.launch        
+++ b/eclipse/target-definition/Sling IDE Tooling.launch        
@@ -16,9 +16,6 @@
 <stringAttribute key="featurePluginResolution" value="workspace"/>
 <booleanAttribute key="includeOptional" value="true"/>
 <stringAttribute key="location" 
value="${workspace_loc}/../runtime-sling-ide-tooling"/>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="SWT_GTK3" value="0"/>
-</mapAttribute>
 <listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; 
standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry 
containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7&quot;
 path=&quot;1&quot; type=&quot;4&quot;/&gt;&#10;"/>
 </listAttribute>

Reply via email to