Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Niewrzal2016-05-03 21:25:55 +0000
committerMichal Niewrzal2016-05-04 17:22:27 +0000
commitb7196d2b73ef3a022659fe76b7d63d19c2e46864 (patch)
treeef37790be46463d034a192635fb93d28fc3ef7e1
parent8aa4bf7cca484fd566b8a9e1a9bc267125309bcd (diff)
downloadorg.eclipse.epp.packages-b7196d2b73ef3a022659fe76b7d63d19c2e46864.tar.gz
org.eclipse.epp.packages-b7196d2b73ef3a022659fe76b7d63d19c2e46864.tar.xz
org.eclipse.epp.packages-b7196d2b73ef3a022659fe76b7d63d19c2e46864.zip
Bug 492936 - Add Smart Import feature to PHP EPP
Change-Id: Ieffa0323ca24d436d14ff54bc8828459b66304b6 Signed-off-by: Michal Niewrzal <michal.n@zend.com>
-rw-r--r--packages/org.eclipse.epp.package.php.product/epp.product3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.php.product/epp.product b/packages/org.eclipse.epp.package.php.product/epp.product
index 3599250f..b18d9991 100644
--- a/packages/org.eclipse.epp.package.php.product/epp.product
+++ b/packages/org.eclipse.epp.package.php.product/epp.product
@@ -201,7 +201,8 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<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.mylyn" installMode="root"/>
+ <feature id="org.eclipse.php.importer" 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"/>

Back to the top