/* 87 */ if ((context instanceof VFSDeploymentContext))
/* */ {
/* 89 */ boolean trace = log.isTraceEnabled();
/* 90 */ log.trace("Apply context: " + context.getName() + " " + contextInfo);
/* */
/* 92 */ VFSDeploymentContext vfsContext = (VFSDeploymentContext)context;
/* 93 */ List metaDataPath = contextInfo.getMetaDataPath();
/* 94 */ if ((metaDataPath != null) && (!metaDataPath.isEmpty())) {
/* 95 */ vfsContext.setMetaDataPath(contextInfo.getMetaDataPath());
/* */ }
/* 97 */ boolean classPathHadVF = false;
/* */
/* 99 */ List classPathEntries = contextInfo.getClassPath();
/* 100 */ VFSDeploymentContext top = vfsContext.getTopLevel();
/* 101 */ VirtualFile root = top.getRoot();
/* 102 */ List classPath = new ArrayList();
/* */
/* 104 */ if (classPathEntries != null)
/* */ {
/* 106 */ for (ClassPathEntry entry : classPathEntries)