Repo repo = new Repo("testSimpleBundle");
PackageType packageType = new PackageType("testSimpleBundle", resourceType);
Bundle bundle = new Bundle("testSimpleBundle", bundleType, repo, packageType);
BundleVersion bundleVersion = new BundleVersion("testSimpleBundle", "1.0", bundle,
getRecipeFromFile("test-bundle.xml"));
BundleDestination destination = new BundleDestination(bundle, "testSimpleBundle", new ResourceGroup(
"testSimpleBundle"), DEST_BASE_DIR_NAME, this.destDir.getAbsolutePath());
Configuration config = new Configuration();
String realPropValue = "ABC123";
config.put(new PropertySimple("custom.prop1", realPropValue));