String appName = appMeta.getApplicationSymbolicName();
Version appVersion = appMeta.getApplicationVersion();
List<Content> appContent = appMeta.getApplicationContents();
// add a resource describing the requirements of the application metadata.
obrResolver.add(new ApplicationResourceImpl(appName, appVersion, appContent));
URL appRepoURL = null;
try {
Document doc = RepositoryDescriptorGenerator.generateRepositoryDescriptor(appName + "_" + appVersion, app.getBundleInfo());