I am trying to understand how Equinox works by looking through its underlying bundles.
Can someone explain in general terms (or point out a good resource to understand) the relationship/difference between the org.eclipse.osgi
and org.eclipse.equinox series of bundles? From what I understand org.eclipse.osgi
contains the base OSGI runtime implementation and org.eclipse.equinox
implements additional services.