Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.php.feature')
-rw-r--r--packages/org.eclipse.epp.package.php.feature/eclipse_php_helios.xml4
-rw-r--r--packages/org.eclipse.epp.package.php.feature/epp.product4
-rw-r--r--packages/org.eclipse.epp.package.php.feature/feature.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/packages/org.eclipse.epp.package.php.feature/eclipse_php_helios.xml b/packages/org.eclipse.epp.package.php.feature/eclipse_php_helios.xml
index 165b2af6..6e97139f 100644
--- a/packages/org.eclipse.epp.package.php.feature/eclipse_php_helios.xml
+++ b/packages/org.eclipse.epp.package.php.feature/eclipse_php_helios.xml
@@ -49,12 +49,12 @@
version, the RCP version to build. This is used to determine the file
name of the root file archives
-->
- <rcp version="3.6.0" />
+ <rcp version="3.6.1" />
<!--
name, name of the product, used in naming the created files.
-->
- <product name="eclipse-php-helios-RC5" />
+ <product name="eclipse-php-helios-SR1-RC0" />
</configuration>
diff --git a/packages/org.eclipse.epp.package.php.feature/epp.product b/packages/org.eclipse.epp.package.php.feature/epp.product
index 6a47e636..d9cde73b 100644
--- a/packages/org.eclipse.epp.package.php.feature/epp.product
+++ b/packages/org.eclipse.epp.package.php.feature/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="1.3.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="1.3.1.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<text>
@@ -48,7 +48,7 @@
</plugins>
<features>
- <feature id="org.eclipse.epp.package.php.feature" version="1.3.0.qualifier"/>
+ <feature id="org.eclipse.epp.package.php.feature" version="1.3.1.qualifier"/>
</features>
diff --git a/packages/org.eclipse.epp.package.php.feature/feature.xml b/packages/org.eclipse.epp.package.php.feature/feature.xml
index b50f351d..0e10246c 100644
--- a/packages/org.eclipse.epp.package.php.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.php.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.php.feature"
label="EPP PHP Feature"
- version="1.3.0.qualifier"
+ version="1.3.1.qualifier"
provider-name="Eclipse.org - EPP"
plugin="org.eclipse.epp.package.php">

Back to the top