Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-12-11 13:18:32 +0000
committerAlexander Kurtakov2014-12-15 16:48:16 +0000
commit24a1f129b5ccd02bb58ea4ad95f8ce78346cf025 (patch)
treed2c8c4c1ffaacbee3aed318dce5b945653854262 /pom.xml
parent63f50e4f7c872c0ab0a35b98eabcf310dd60812a (diff)
downloadeclipse.platform.swt-24a1f129b5ccd02bb58ea4ad95f8ce78346cf025.tar.gz
eclipse.platform.swt-24a1f129b5ccd02bb58ea4ad95f8ce78346cf025.tar.xz
eclipse.platform.swt-24a1f129b5ccd02bb58ea4ad95f8ce78346cf025.zip
Bug 453096 - Create a real org.eclipse.swt.tools feature
Create a feature with all atributes and hook it into main SWT pom.xml. Change-Id: Ib213d62737aeee79f94bfe9b10c2edcccad0e5b0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ec57bb942c..5530040ebe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,5 +67,6 @@
<module>examples/org.eclipse.swt.examples.ole.win32</module>
<module>examples/org.eclipse.swt.examples.views</module>
<module>tests/org.eclipse.swt.tests</module>
+ <module>features/org.eclipse.swt.tools.feature</module>
</modules>
</project>

Back to the top