// transfer the value of compute-digest from CompcConfiguration to OEMConfiguration.
c1.enableDigestComputation(c2.getComputeDigest());
for (Iterator i = c2.getClasses().iterator(); i.hasNext(); )
{
lib.addComponent((String) i.next());
}
List fileList = flex2.compiler.CompilerAPI.getVirtualFileList(c2.getIncludeSources(),
new HashSet<String>(Arrays.asList(flex2.tools.WebTierAPI.getSourcePathMimeTypes())));