Search in sources :

Example 1 with OxygenGitPlugin

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());
}
Also used : PluginDescriptor(ro.sync.exml.plugin.PluginDescriptor) OxygenGitPlugin(com.oxygenxml.git.OxygenGitPlugin)

Aggregations

OxygenGitPlugin (com.oxygenxml.git.OxygenGitPlugin)1 PluginDescriptor (ro.sync.exml.plugin.PluginDescriptor)1