@Test(enabled = ENABLE_TESTS)
public void testAntBundleManageRootDir() throws Exception {
ResourceType resourceType = new ResourceType("testManageRootDirBundle", "plugin", ResourceCategory.SERVER, null);
BundleType bundleType = new BundleType("testManageRootDirBundle", resourceType);
Repo repo = new Repo("testManageRootDirBundle");
PackageType packageType = new PackageType("testManageRootDirBundle", resourceType);
Bundle bundle = new Bundle("testManageRootDirBundle", bundleType, repo, packageType);
BundleVersion bundleVersion = new BundleVersion("testManageRootDirBundle", "1.0", bundle,
getRecipeFromFile("test-bundle-manage-root-dir.xml"));
BundleDestination destination = new BundleDestination(bundle, "testManageRootDirBundle", new ResourceGroup(
"testManageRootDirBundle"), DEST_BASE_DIR_NAME, this.destDir.getAbsolutePath());