improve plugin management

This commit is contained in:
Sebastian Sdorra
2010-10-31 13:07:43 +01:00
parent eda1c353b9
commit 0a9ed23b28
18 changed files with 526 additions and 65 deletions

View File

@@ -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

View File

@@ -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>