Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2016-01-14 18:12:39 +0000
committerFred Bricon2016-04-22 02:55:50 +0000
commitcd9321f9f95e4367b284294013705ecc32689582 (patch)
tree374e2b0984dc91db98a21bfd2eabc6c8f256d030
parentfdc97365308e3422a055311b43e1e5dde78ffeba (diff)
downloadm2e-core-cd9321f9f95e4367b284294013705ecc32689582.tar.gz
m2e-core-cd9321f9f95e4367b284294013705ecc32689582.tar.xz
m2e-core-cd9321f9f95e4367b284294013705ecc32689582.zip
[485869] JBDS-2044 require plugin org.eclipse.platform instead of feature org.eclipse.platform; unsure if other dependencies need to now be added too
Change-Id: I6145d07a999eb0e2a32404a6f5ed842002dc62bc Signed-off-by: nickboldt <nickboldt@gmail.com>
-rw-r--r--org.eclipse.m2e.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.feature/feature.xml b/org.eclipse.m2e.feature/feature.xml
index ffc14ab0..5fac12a7 100644
--- a/org.eclipse.m2e.feature/feature.xml
+++ b/org.eclipse.m2e.feature/feature.xml
@@ -30,7 +30,7 @@
<import plugin="org.eclipse.wst.sse.core"/>
<import plugin="org.eclipse.wst.xml.core"/>
<import plugin="org.eclipse.jem.util"/>
- <import feature="org.eclipse.platform" version="3.6.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.platform"/>
<import feature="org.eclipse.rcp" version="3.6.0" match="greaterOrEqual"/>
<import feature="org.eclipse.jdt" version="3.6.0" match="greaterOrEqual"/>
</requires>

Back to the top