Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-11-04 04:46:18 +0000
committerAlexander Kurtakov2016-09-21 08:46:34 +0000
commit13aff36cf5e487afc79574bb15ceacadeb15daaf (patch)
treed1a55798a7b1ccd242f83e6cb29579461c35591a /features
parent806829c269af091f858f3f4f7be3f6212583d81c (diff)
downloadeclipse.platform.swt-13aff36cf5e487afc79574bb15ceacadeb15daaf.tar.gz
eclipse.platform.swt-13aff36cf5e487afc79574bb15ceacadeb15daaf.tar.xz
eclipse.platform.swt-13aff36cf5e487afc79574bb15ceacadeb15daaf.zip
Bug 481467 - SWT Tools: Split Sleak and Spy into its own 'spies' plug-in
Change-Id: I728fdcd8853842adc7d6e987926ca10f39046845 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/org.eclipse.swt.tools.feature/feature.xml b/features/org.eclipse.swt.tools.feature/feature.xml
index 774c2e55c7..d44d7743f7 100644
--- a/features/org.eclipse.swt.tools.feature/feature.xml
+++ b/features/org.eclipse.swt.tools.feature/feature.xml
@@ -26,4 +26,17 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.swt.tools.spies"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.swt.tools.base"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>

Back to the top