File mani = new File(cpRoot, "imsmanifest.xml");
if (!mani.exists()) { throw new OLATRuntimeException("error.manifest.missing", null, PACKAGE, "CP " + cpRoot.getAbsolutePath()
+ " has no imsmanifest", null); }
treeModel = new ScormCPManifestTreeModel(mani, scormAdapter.getScoItemsStatus());
menuTree = new MenuTree("cpDisplayTree");
menuTree.setTreeModel(treeModel);
menuTree.addListener(this);
OLATResourceable courseOres = null;
// load course where this scorm package runs in