Skip to content
Snippets Groups Projects
Commit 9f00ee59 authored by felmer's avatar felmer
Browse files

SP-182, Bis-109: Bug in BackupDatabaseDescriptionGenerator

SVN: 26701
parent a61887d0
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,9 @@ public class BackupDatabaseDescriptionGenerator
{
Properties properties = ExtendedProperties.createWith(readProperties(file));
CorePluginsUtils.addCorePluginsProperties(properties, ScannerType.DSS);
String property = CorePluginsUtils.getCorePluginsFolder(properties, ScannerType.DSS);
CorePluginsInjector injector =
new CorePluginsInjector(ScannerType.DSS, DssPluginType.values());
injector.injectCorePlugins(properties, file.getParentFile().getParent() + "/" + property);
injector.injectCorePlugins(properties);
return properties;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment