return ctx;
}
}
if (ctx.getCurrentDependency().isSystemReference()) {
ISystemArtifact artifact = ctx.getCurrentDependency().getSystemArtifact();
ctx.setAvailable(this, null, artifact instanceof SystemDirectory ?
new VirtualDirectoryClassSource((IVirtualDirectory)artifact) :
new ZipClassSource(artifact.getRealArtifact()), ctx.getCurrentDependency().getSystemDescriptor());
return ctx;
}
if (!this.resolveInternally(ctx)) {