use of com.oxygenxml.git.OxygenGitPlugin in project oxygen-git-client-addon by oxygenxml.
the class BackwardsCompatibilityTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
PluginWorkspaceProvider.getPluginWorkspace().getOptionsStorage().setOption(com.oxygenxml.git.options.OptionsLoader.OLD_GIT_PLUGIN_OPTIONS, JAXB_OPTIONS);
new OxygenGitPlugin(new PluginDescriptor());
}
Aggregations