Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2017-02-22 12:50:04 +0000
committerKaloyan Raev2017-02-22 12:50:04 +0000
commitde3420c2f3275c686233b5128effb17ce1bbb3bc (patch)
treef683dedf38cf4ce0011d81bd5268788a20954e9d
parent1e1084b425952e3a9949b698496703f8ffa2c880 (diff)
downloadorg.eclipse.epp.packages-de3420c2f3275c686233b5128effb17ce1bbb3bc.tar.gz
org.eclipse.epp.packages-de3420c2f3275c686233b5128effb17ce1bbb3bc.tar.xz
org.eclipse.epp.packages-de3420c2f3275c686233b5128effb17ce1bbb3bc.zip
Bug 508704 - Include TM terminal
Change-Id: Ie4d7615d335f29608e874b761451ac0330ea61d9 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
-rw-r--r--packages/org.eclipse.epp.package.php.product/epp.product1
1 files changed, 1 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 c863b1b4..64993eb1 100644
--- a/packages/org.eclipse.epp.package.php.product/epp.product
+++ b/packages/org.eclipse.epp.package.php.product/epp.product
@@ -207,6 +207,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<feature id="org.eclipse.php.composer" installMode="root"/>
<feature id="org.eclipse.php.importer" installMode="root"/>
<feature id="org.eclipse.php.mylyn" installMode="root"/>
+ <feature id="org.eclipse.tm.terminal.feature" 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