Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.php.product/epp.product')
-rw-r--r--packages/org.eclipse.epp.package.php.product/epp.product8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.php.product/epp.product b/packages/org.eclipse.epp.package.php.product/epp.product
index 90f80f36..0442788b 100644
--- a/packages/org.eclipse.epp.package.php.product/epp.product
+++ b/packages/org.eclipse.epp.package.php.product/epp.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Eclipse IDE for PHP Developers" uid="epp.package.php" id="org.eclipse.epp.package.php.product" application="org.eclipse.ui.ide.workbench" version="4.6.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse IDE for PHP Developers" uid="epp.package.php" id="org.eclipse.epp.package.php.product" application="org.eclipse.ui.ide.workbench" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.epp.package.php/eclipse_lg.png"/>
@@ -187,9 +187,9 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
</plugins>
<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.epp.package.php.feature" version="4.7.0.qualifier"/>
+ <feature id="org.eclipse.epp.package.common.feature" version="4.7.0.qualifier"/>
+ <feature id="org.eclipse.platform" version="4.7.0.qualifier"/>
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.egit.gitflow.feature" installMode="root"/>

Back to the top