Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-02-26 13:25:43 +0000
committerAlexander Kurtakov2014-02-26 13:25:43 +0000
commitc06e6bc4b04960be4d74b7497942b9684127cb33 (patch)
tree689f9d7569ad696503e1d46e630fc06ef6a286d2 /pom.xml
parentb0d94af4b00a37b14b151ca478b39b7718f7706a (diff)
downloadeclipse.platform.swt-c06e6bc4b04960be4d74b7497942b9684127cb33.tar.gz
eclipse.platform.swt-c06e6bc4b04960be4d74b7497942b9684127cb33.tar.xz
eclipse.platform.swt-c06e6bc4b04960be4d74b7497942b9684127cb33.zip
Bug 429144 - Do not build org.eclipse.swt.opengl by default.
Disable the module - building broken bundle doesn't serve any good. Change-Id: Ic0e7b2eb2ebaf79670514d2daaff25fef34e6382 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d691c23051..9ce94b2bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,6 @@
<modules>
<module>bundles/org.eclipse.swt</module>
- <module>bundles/org.eclipse.swt.opengl</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