diff options
author | Pascal Rapicault | 2010-12-06 22:10:52 +0000 |
---|---|---|
committer | Pascal Rapicault | 2010-12-06 22:10:52 +0000 |
commit | fbb4f5902cade92cc1689e73209c60a6413a5ef7 (patch) | |
tree | ace0fb107bafe980fc14fd7f3429e5c9aac2d795 /org.eclipse.m2e.feature/p2.inf | |
parent | a9c878c2624b33d8c74062717bf75302f0ae1fa7 (diff) | |
download | m2e-core-fbb4f5902cade92cc1689e73209c60a6413a5ef7.tar.gz m2e-core-fbb4f5902cade92cc1689e73209c60a6413a5ef7.tar.xz m2e-core-fbb4f5902cade92cc1689e73209c60a6413a5ef7.zip |
Initial commit at Eclipse
Diffstat (limited to 'org.eclipse.m2e.feature/p2.inf')
-rw-r--r-- | org.eclipse.m2e.feature/p2.inf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.m2e.feature/p2.inf b/org.eclipse.m2e.feature/p2.inf new file mode 100644 index 00000000..1459e727 --- /dev/null +++ b/org.eclipse.m2e.feature/p2.inf @@ -0,0 +1,13 @@ +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. +units.1.version=$version$ +units.1.singleton=true +units.1.provides.0.namespace=osgi.bundle +units.1.provides.0.name=org.maven.ide.eclipse +units.1.provides.0.version=$version$ + +requires.0.namespace=osgi.bundle +requires.0.name=org.maven.ide.eclipse +requires.0.range=[$version$, $version$] + |