Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-09-21 13:04:19 +0000
committerMarkus Knauer2017-09-21 13:04:19 +0000
commit2843e67b15bea68b99746912782862916dff6c01 (patch)
treecf9eef9271b2e2ee121b3d9d719828607c545954
parentf11ed35d0d34849a8d5f0be5ae4ca0dfbc3382c4 (diff)
downloadorg.eclipse.epp.packages-2843e67b15bea68b99746912782862916dff6c01.tar.gz
org.eclipse.epp.packages-2843e67b15bea68b99746912782862916dff6c01.tar.xz
org.eclipse.epp.packages-2843e67b15bea68b99746912782862916dff6c01.zip
Disable Eclipse MPC in Photon M2
The Eclipse Marketplace Client (MPC) is not included in the Photon M2 builds. Because this feature is a mandatory requirement in *all* EPP packages, we need to temporarily remove this dependency in order to ship the packages. As soon as it is available, we will activate it again. Note: This commit removes the dependency only. All other settings in plugin.xml files etc. remain unchanged (and inactive without the MPC). Change-Id: I389a077ffb51459a74faee9a7af4a2b0cec10a5f Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
-rw-r--r--packages/org.eclipse.epp.package.common.feature/feature.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.common.feature/feature.xml b/packages/org.eclipse.epp.package.common.feature/feature.xml
index 6a208321..790dd545 100644
--- a/packages/org.eclipse.epp.package.common.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.common.feature/feature.xml
@@ -20,7 +20,10 @@
</license>
<requires>
+ <!-- TODO Enable MPC again when available in Photon.
+ Disabled since Photon M2
<import feature="org.eclipse.epp.mpc"/>
+ -->
<import feature="org.eclipse.epp.logging.aeri.feature"/>
<!-- Bug 455645: Integrate Oomph into all EPP packages
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455645 -->

Back to the top