Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] resolving partially

Hi,

I'm using the Equinox resolver in tooling (Maven) to build a classpath
for the JDT compiler.
This requires me to have all the transitive dependencies of the
plugins I'm building, and I'd like to avoid this.
Is it possible to mark certain bundles as resolved before resolving,
even if their dependencies are not present ?

Tom


Back to the top