Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-08-11 11:06:45 +0000
committerMarkus Knauer2016-08-11 12:59:07 +0000
commit19a366f20292b2b9277fe7c778484c37c5aca91c (patch)
tree507775c4e9cb80d27a374a744415fc5f4ca28900 /packages/org.eclipse.epp.package.reporting.product/epp.product
parent74b7dcdd0721ff6c3610d23c5594e9c4e4a2f32b (diff)
downloadorg.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.gz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.xz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.zip
Update to Oxygen / EPP 4.7.0
Update all the versions, strings, URLs, etc. to the next Simultaneous Release called 'Eclipse Oxygen'. Change-Id: I296344c98fd324f29497f5bd210c3abcc30a6022 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting.product/epp.product')
-rw-r--r--packages/org.eclipse.epp.package.reporting.product/epp.product8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.reporting.product/epp.product b/packages/org.eclipse.epp.package.reporting.product/epp.product
index f644910d..5f9f0514 100644
--- a/packages/org.eclipse.epp.package.reporting.product/epp.product
+++ b/packages/org.eclipse.epp.package.reporting.product/epp.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Eclipse IDE for Java and Report Developers" uid="epp.package.reporting" id="org.eclipse.epp.package.reporting.product" application="org.eclipse.ui.ide.workbench" version="4.6.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse IDE for Java and Report Developers" uid="epp.package.reporting" id="org.eclipse.epp.package.reporting.product" application="org.eclipse.ui.ide.workbench" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.epp.package.reporting/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.reporting.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.reporting.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.birt.chart.cshelp" installMode="root"/>
<feature id="org.eclipse.birt.cshelp" installMode="root"/>

Back to the top