>> I am not very deep in writing Eclipse plugins ... >> >> But additional to an OSGi dependency parser a DP for Eclipse plugins >> could be useful >> (parsing the plugin.xml and feature.xml). > > >With recent Eclipse versions, Eclipse iteself being based on >OSGi, I don't >see how parsing a plugin.xml could provide value for >dependencies. Indeed >plugin dependencies are located in the MANIFEST and follow the OSGi >specification. But maybe I'm missing your point?
EclipsePlugIns ARE OSGi bundles, that's right. But why there are so many dependency information in the plugin.xml's? Jan
