public void start(final BundleContext context) throws Exception
{
super.start(context);
RepositoryCache repositoryCache = new RepositoryCache();
projectManager = new SigilProjectManager(repositoryCache);
modelRoot = new SigilModelRoot();
installs = new OSGiInstallManager();