Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2016-02-21 15:46:37 +0000
committerGerrit Code Review @ Eclipse.org2016-05-04 15:15:00 +0000
commit42861a8ddcc9b8f9c75d96644371ba829d6acf05 (patch)
treec7c49545b247fce186688abcfc99d10f042bd701 /packages/org.eclipse.epp.package.php.feature
parent0093401c0395519f8cc90a0d0814860c0da378d9 (diff)
downloadorg.eclipse.epp.packages-42861a8ddcc9b8f9c75d96644371ba829d6acf05.tar.gz
org.eclipse.epp.packages-42861a8ddcc9b8f9c75d96644371ba829d6acf05.tar.xz
org.eclipse.epp.packages-42861a8ddcc9b8f9c75d96644371ba829d6acf05.zip
PHP: Move package content definition from feature to product
By using the product definition (instead of the EPP package feature) for defining the product content it is possible to install some of them as root level feature that can be updated and/or removed independently from the package. One of the main features, org.eclipse.php, is defined including a version number; this should be revised if it is still necessary and wanted. Bug 332989 - Allow parts of a package to upgraded or removed https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989 Change-Id: I6c1181d0c5a8c23980ff1e8bf5573fd1b7728dc2 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.php.feature')
-rw-r--r--packages/org.eclipse.epp.package.php.feature/feature.xml27
1 files changed, 8 insertions, 19 deletions
diff --git a/packages/org.eclipse.epp.package.php.feature/feature.xml b/packages/org.eclipse.epp.package.php.feature/feature.xml
index 0242642f..d7391717 100644
--- a/packages/org.eclipse.epp.package.php.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.php.feature/feature.xml
@@ -26,25 +26,14 @@
search-location="both"/>
<requires>
- <import feature="org.eclipse.egit"/>
- <import feature="org.eclipse.egit.import"/>
- <import feature="org.eclipse.egit.mylyn" />
- <import feature="org.eclipse.egit.gitflow.feature" />
- <import feature="org.eclipse.epp.package.common.feature"/>
- <import feature="org.eclipse.equinox.p2.user.ui"/>
- <import feature="org.eclipse.help"/>
- <import feature="org.eclipse.platform"/>
- <import feature="org.eclipse.rcp"/>
- <import feature="org.eclipse.mylyn_feature"/>
- <import feature="org.eclipse.mylyn.bugzilla_feature"/>
- <import feature="org.eclipse.mylyn.context_feature"/>
- <import feature="org.eclipse.mylyn.ide_feature"/>
- <import feature="org.eclipse.mylyn.wikitext_feature"/>
- <import feature="org.eclipse.mylyn.github.feature" />
- <import feature="org.eclipse.wst.xml_ui.feature"/>
- <import feature="org.eclipse.wst.jsdt.feature" />
- <import feature="org.eclipse.php" version="3.2.0.qualifier"/>
- <import feature="org.eclipse.php.mylyn" />
+ <!--
+ All requirements to features and the content of the product are defined
+ in the product configuration epp.product since Eclipse Neon. For further
+ details see the following bug:
+
+ Bug 332989 - Allow parts of a package to upgraded or removed
+ https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989
+ -->
</requires>
<plugin

Back to the top