public static void prepareSampleBundleV2(BundleContext runtimeCtx,
RepositoryGenerator repoGen, RepositoryAdmin repoAdmin,
ModellingManager modellingManager)
throws Exception
{
BundleRepository repo = new BundleRepository() {
public int getCost() {
return 1;
}
public BundleSuggestion suggestBundleToUse(DeploymentContent content) {