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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1f024d2eca..8678fa88be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,8 @@
<modules>
<module>bundles/org.eclipse.swt</module>
<module>local-build/org.eclipse.swt.fragments.localbuild</module>
+ <module>bundles/org.eclipse.swt.tools.base</module>
+ <module>bundles/org.eclipse.swt.tools.spies</module>
<module>bundles/org.eclipse.swt.tools</module>
<module>examples/org.eclipse.swt.examples</module>
<module>examples/org.eclipse.swt.examples.browser.demos</module>

Back to the top