Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting.product')
-rw-r--r--packages/org.eclipse.epp.package.reporting.product/p2.inf14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.reporting.product/p2.inf b/packages/org.eclipse.epp.package.reporting.product/p2.inf
index ee597b20..71fd3eb4 100644
--- a/packages/org.eclipse.epp.package.reporting.product/p2.inf
+++ b/packages/org.eclipse.epp.package.reporting.product/p2.inf
@@ -9,3 +9,17 @@ properties.1.value = Neon Release of the Eclipse Java and Report Developers pack
properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
+
+# Bug 490515 - Prevent upgrade from old to new EPP package layout
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=490515
+#
+# With Eclipse Neon (4.6.0) all packages changed their structure from a single
+# feature to a product with multiple independent root features. Upgrades from
+# older versions to the new structure would result in an unexpected uninstall
+# of everything below the old main package feature. In order to prevent such
+# upgrades we add an artificial lower limit of the IU to the p2 metadata.
+
+update.id = epp.package.reporting
+update.range = [4.6.0.20160301-1200, $version$)
+update.severity = 0
+update.description = Eclipse package upgrade from versions before Eclipse Neon (4.6) is not possible. See bug 332989.

Back to the top