iuArtifact.setClassifier(artifact.getClassifier());
iuArtifact.setVersion(artifact.getVersion());
iu.addArtifact(iuArtifact);
final TouchpointType touchpointType = new TouchpointType();
touchpointType.setId("org.eclipse.equinox.p2.osgi");
touchpointType.setVersion("1.0.0");
iu.setTouchpointType(touchpointType);
}
}