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.product/epp.product
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.product/epp.product')
-rw-r--r--packages/org.eclipse.epp.package.php.product/epp.product19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php.product/epp.product b/packages/org.eclipse.epp.package.php.product/epp.product
index 73f0c5b0..3599250f 100644
--- a/packages/org.eclipse.epp.package.php.product/epp.product
+++ b/packages/org.eclipse.epp.package.php.product/epp.product
@@ -186,6 +186,25 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<features>
<feature id="org.eclipse.epp.package.php.feature" version="4.6.0.qualifier"/>
+ <feature id="org.eclipse.epp.package.common.feature" version="4.6.0.qualifier"/>
+ <feature id="org.eclipse.platform" version="4.6.0.qualifier"/>
+
+ <feature id="org.eclipse.egit" installMode="root"/>
+ <feature id="org.eclipse.egit.gitflow.feature" installMode="root"/>
+ <!-- not available in Neon on 2016-02-21
+ <feature id="org.eclipse.egit.import" installMode="root"/>
+ -->
+ <feature id="org.eclipse.egit.mylyn" installMode="root"/>
+ <feature id="org.eclipse.mylyn.bugzilla_feature" installMode="root"/>
+ <feature id="org.eclipse.mylyn.context_feature" installMode="root"/>
+ <feature id="org.eclipse.mylyn_feature" installMode="root"/>
+ <feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
+ <feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
+ <feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
+ <feature id="org.eclipse.php.mylyn" installMode="root"/>
+ <feature id="org.eclipse.php" installMode="root"/>
+ <feature id="org.eclipse.wst.jsdt.feature" installMode="root"/>
+ <feature id="org.eclipse.wst.xml_ui.feature" installMode="root"/>
</features>

Back to the top