Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Duft2016-05-11 13:52:28 +0000
committerMarkus Duft2016-11-30 09:42:25 +0000
commit97be8772a897b47a48b2d4b6ef33b46811408b7f (patch)
treeef2793a75f11741be425b7d236695df5f0f252d2 /org.eclipse.debug.ui/icons
parent66da2950cc347953d38ae225f82b5f23f5e960e7 (diff)
downloadeclipse.platform.debug-97be8772a897b47a48b2d4b6ef33b46811408b7f.tar.gz
eclipse.platform.debug-97be8772a897b47a48b2d4b6ef33b46811408b7f.tar.xz
eclipse.platform.debug-97be8772a897b47a48b2d4b6ef33b46811408b7f.zip
Initial contribution of Launch Groups
The initial contribution is a slightly modified/polished version of the launch group code in org.eclipse.cdt.launch. A follow up commit will contain additional modifications to merge features from another (external) implementation of launch groups. Bug: 492788 Change-Id: Ie0a902b857a5c2cc02f5c36d8591001493bd6e19 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
Diffstat (limited to 'org.eclipse.debug.ui/icons')
-rw-r--r--org.eclipse.debug.ui/icons/full/obj16/lgroup_obj.pngbin0 -> 306 bytes
-rw-r--r--org.eclipse.debug.ui/icons/full/obj16/lgroup_obj@2x.pngbin0 -> 648 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/icons/full/obj16/lgroup_obj.png b/org.eclipse.debug.ui/icons/full/obj16/lgroup_obj.png
new file mode 100644
index 000000000..e393ca352
--- /dev/null
+++ b/org.eclipse.debug.ui/icons/full/obj16/lgroup_obj.png
Binary files differ
diff --git a/org.eclipse.debug.ui/icons/full/obj16/lgroup_obj@2x.png b/org.eclipse.debug.ui/icons/full/obj16/lgroup_obj@2x.png
new file mode 100644
index 000000000..d3c7238da
--- /dev/null
+++ b/org.eclipse.debug.ui/icons/full/obj16/lgroup_obj@2x.png
Binary files differ

Back to the top