The document discusses making EMF models and tools better citizens in OSGi environments. It identifies several issues that reduce OSGi's modularity advantages when using EMF, such as extensions forcing singleton plugins and EPackage registry keys not handling versions well. Solutions proposed include using OSGi services instead of extensions, a versioned EPackage registry, and reducing dependencies on EMF-generated classes by implementing model interfaces directly. This would make EMF models more reusable and portable across OSGi runtimes beyond just Equinox.