Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2015-03-09 17:23:39 +0000
committerAlexander Kurtakov2015-03-16 12:29:27 +0000
commitf80da13bc43b4b5c9267a50f3864b2511c02a7f4 (patch)
tree4be4af310fc5d868e510fd412641a536b92552ac /pom.xml
parenta84c4f3464a5f713e18d5891323717c2051b011d (diff)
downloadeclipse.platform.swt-f80da13bc43b4b5c9267a50f3864b2511c02a7f4.tar.gz
eclipse.platform.swt-f80da13bc43b4b5c9267a50f3864b2511c02a7f4.tar.xz
eclipse.platform.swt-f80da13bc43b4b5c9267a50f3864b2511c02a7f4.zip
461427 Add build-time dependency to arbitrary SWT fragment version
- When building the org.eclipse.swt project without having org.eclipse.swt.binaries in the reactor, there are no SWT fragments which exactly match the version of the SWT host bundle. Therefore, we need a different way to pull in the fragments. With this change, this is done via a (build time only) bundle with has a p2.inf similar to org.eclipse.swt, but without the strict version ranges. Bug: 461427 Change-Id: I15db9620e0011b4e232ff5adb52504830c7b1662 Signed-off-by: Tobias Oberlies <tobias.oberlies@sap.com> 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 020f99c81d..7ff547fe78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
<modules>
<module>bundles/org.eclipse.swt</module>
+ <module>local-build/org.eclipse.swt.fragments.localbuild</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