Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Pakuła2015-06-18 10:30:11 +0000
committerGerrit Code Review @ Eclipse.org2015-06-26 15:25:17 +0000
commit29d56a303e50c57d2782a92742a8e151355f4c67 (patch)
treeaa59bc1a99a65ce84ccf77730835ec7af31db932
parent9374f86e8c3edd9ab3c666b79474404a525314ca (diff)
downloadorg.eclipse.epp.packages-29d56a303e50c57d2782a92742a8e151355f4c67.tar.gz
org.eclipse.epp.packages-29d56a303e50c57d2782a92742a8e151355f4c67.tar.xz
org.eclipse.epp.packages-29d56a303e50c57d2782a92742a8e151355f4c67.zip
Bug 470416 - Add git team provider to PHP package
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
-rw-r--r--packages/org.eclipse.epp.package.php.feature/feature.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php.feature/feature.xml b/packages/org.eclipse.epp.package.php.feature/feature.xml
index 89333ead..4a9e5a12 100644
--- a/packages/org.eclipse.epp.package.php.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.php.feature/feature.xml
@@ -33,6 +33,8 @@
<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"/>
@@ -43,6 +45,7 @@
<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"/>

Back to the top