From f80da13bc43b4b5c9267a50f3864b2511c02a7f4 Mon Sep 17 00:00:00 2001 From: Tobias Oberlies Date: Mon, 9 Mar 2015 18:23:39 +0100 Subject: 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 Signed-off-by: Alexander Kurtakov --- local-build/local-build-parent/pom.xml | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 local-build/local-build-parent/pom.xml (limited to 'local-build/local-build-parent') diff --git a/local-build/local-build-parent/pom.xml b/local-build/local-build-parent/pom.xml new file mode 100644 index 0000000000..ed5da5cd5f --- /dev/null +++ b/local-build/local-build-parent/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + eclipse.platform.swt + eclipse.platform.swt + 4.5.0-SNAPSHOT + ../../ + + eclipse.platform.swt.localbuild + pom + + + + build-individual-bundles + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + org.eclipse.swt.fragments.localbuild + 0.0.0 + + + + + + + + + + + -- cgit v1.2.3