{
// if the cu has already been part of this CU, nothing to do
if (!previousEmbedCompilationUnits.remove(cu))
{
// this dependency targets the embedNode's (import etc) data qname
project.addDependency(this, cu, DependencyType.EXPRESSION, cu.getQualifiedNames().get(0));
}
embedCompilationUnits.add(cu);
}
}