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 --- .../org.eclipse.swt.fragments.localbuild/plugin.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 local-build/org.eclipse.swt.fragments.localbuild/plugin.properties (limited to 'local-build/org.eclipse.swt.fragments.localbuild/plugin.properties') diff --git a/local-build/org.eclipse.swt.fragments.localbuild/plugin.properties b/local-build/org.eclipse.swt.fragments.localbuild/plugin.properties new file mode 100644 index 0000000000..4d3b8455a5 --- /dev/null +++ b/local-build/org.eclipse.swt.fragments.localbuild/plugin.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2015 SAP SE and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# SAP SE - initial API and implementation +############################################################################### +pluginName = SWT fragments for local builds +providerName = Eclipse.org -- cgit v1.2.3