Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-03-25 11:54:55 +0000
committerIgor Fedorenko2014-03-25 12:20:12 +0000
commitaef217f56dc03f0610c24fd6ff00bfc4eaa76bfa (patch)
tree87a57213033d4ceba5284ea3492939e7123fe787
parent935c4b0ca507be816e00f5d6d6cc98875138d19b (diff)
downloadm2e-core-aef217f56dc03f0610c24fd6ff00bfc4eaa76bfa.tar.gz
m2e-core-aef217f56dc03f0610c24fd6ff00bfc4eaa76bfa.tar.xz
m2e-core-aef217f56dc03f0610c24fd6ff00bfc4eaa76bfa.zip
430728 move negative requirement to another classifier
Change-Id: I6f5b2eef215e94f8e48f85c6038c1cd678406195 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.feature/p2.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.m2e.feature/p2.inf b/org.eclipse.m2e.feature/p2.inf
index 1459e727..51dd3cb2 100644
--- a/org.eclipse.m2e.feature/p2.inf
+++ b/org.eclipse.m2e.feature/p2.inf
@@ -1,6 +1,9 @@
units.1.id=org.maven.ide.eclipse
units.1.properties.0.name=org.eclipse.equinox.p2.name
units.1.properties.0.value=This version of m2eclipse cannot be installed on top of the already installed m2eclipse. Uninstall the previous version of m2eclipse and try the install again.
+# workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=430728
+units.1.properties.1.name=maven-classifier
+units.1.properties.1.value=p2inf
units.1.version=$version$
units.1.singleton=true
units.1.provides.0.namespace=osgi.bundle

Back to the top