PortalShell.LOGGER.info("");
PortalShell.LOGGER.info("Hibernate Drop DDL: " + databaseQualifier);
outputFile = StringUtils.trimToNull(outputFile);
schemaExportBean.drop(export, outputFile, true);
}
catch (Exception e) {
throw new RuntimeException(target + " for " + databaseQualifier + " failed", e);
}
}