wuff icon indicating copy to clipboard operation
wuff copied to clipboard

Missing plugins : org.eclipse.equinox.p2.metadata.repository org.eclipse.equinox.p2.repository

Open rdtorres opened this issue 9 years ago • 2 comments

Hi,

I have a RCP project that contains these 2 jars[1] declared in the plugins section. The plugin jar files are not copied in the output/xxx/plugins folder and not registered in the config file.

The funny fact is that it works for all 153 others plugin dependencies. It only misses these 2.

[1]: org.eclipse.equinox.p2.metadata.repository and org.eclipse.equinox.p2.repository

Thanks, Rafael Torres

rdtorres avatar Apr 15 '15 21:04 rdtorres

I "fixed" it by declaring the dependency again inside of my build.gradle:

dependencies { runtime "${eclipseMavenGroup}:org.eclipse.equinox.p2.repository:+" runtime "${eclipseMavenGroup}:org.eclipse.equinox.p2.metadata.repository:+"
}

rdtorres avatar Apr 15 '15 21:04 rdtorres

I'll have a look at the problem.

akhikhl avatar Apr 15 '15 21:04 akhikhl