Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2017-08-24 08:32:23 +0000
committerMarkus Knauer2017-08-24 11:06:49 +0000
commit29bff10fd74b66d32a71d5cae08ef2782d137e38 (patch)
tree51db71e24ae4de632e3bb341baffeb8ea0a9c87b
parentb2bbae9a337df3317b0403167beffc1b11ad84a2 (diff)
downloadorg.eclipse.epp.packages-29bff10fd74b66d32a71d5cae08ef2782d137e38.tar.gz
org.eclipse.epp.packages-29bff10fd74b66d32a71d5cae08ef2782d137e38.tar.xz
org.eclipse.epp.packages-29bff10fd74b66d32a71d5cae08ef2782d137e38.zip
Bug 521348 - Add Synchronized PHP Projects feature to PHP EPP
Change-Id: I8a764dd07c831512163e8cfe8b616283f1d7c2fd 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 b742ab9d..3e25db05 100644
--- a/packages/org.eclipse.epp.package.php.product/epp.product
+++ b/packages/org.eclipse.epp.package.php.product/epp.product
@@ -211,6 +211,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<feature id="org.eclipse.php.mylyn" installMode="root"/>
<feature id="org.eclipse.php.phpunit.feature" installMode="root"/>
<feature id="org.eclipse.php.profiler" installMode="root"/>
+ <feature id="org.eclipse.php.rdt.sync" 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"/>

Back to the top