mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
improve plugin management
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
package sonia.scm.web;
|
||||
|
||||
import sonia.scm.web.plugin.ScmWebPlugin;
|
||||
import sonia.scm.web.plugin.ScmWebPluginContext;
|
||||
import sonia.scm.web.plugin.ClasspathWebResource;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
|
||||
@@ -10,8 +10,10 @@
|
||||
|
||||
<plugin-config>
|
||||
|
||||
<web-plugin>sonia.scm.web.SvnWebPlugin</web-plugin>
|
||||
|
||||
<repository-handlers>
|
||||
<handler>sonia.scm.repository.SvnRepositoryHandler</handler>
|
||||
<repository-handler>sonia.scm.repository.SvnRepositoryHandler</repository-handler>
|
||||
</repository-handlers>
|
||||
|
||||
</plugin-config>
|
||||
|
||||
Reference in New Issue
Block a user