}
return null;
}
private IVirtualReference createReference(File underlyingFile, IPath path) {
VirtualArchiveComponent archive = new VirtualArchiveComponent(project, VirtualArchiveComponent.LIBARCHIVETYPE + Path.SEPARATOR + underlyingFile.getAbsolutePath(), path);
IVirtualReference ref = ComponentCore.createReference(flatVirtualComponent.getComponent(), archive);
ref.setArchiveName(archive.getArchivePath().lastSegment());
ref.setRuntimePath(path);
return ref;
}