summaryrefslogtreecommitdiffstats
path: root/src/site/plugins_overview.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-04-15 08:34:50 -0400
committerJames Moger <james.moger@gitblit.com>2014-04-15 08:34:50 -0400
commit2d73a0350d9745668d65a53cbcc776f933380f6a (patch)
tree5b7e8a6d85480778cc83d352d6c721f9f64b603f /src/site/plugins_overview.mkd
parent027267ac5fac0f205f5cca3fac0c57ce013bbc3e (diff)
downloadgitblit-2d73a0350d9745668d65a53cbcc776f933380f6a.tar.gz
gitblit-2d73a0350d9745668d65a53cbcc776f933380f6a.zip
Documentation
Diffstat (limited to 'src/site/plugins_overview.mkd')
-rw-r--r--src/site/plugins_overview.mkd5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site/plugins_overview.mkd b/src/site/plugins_overview.mkd
index 5cb60d07..45a54344 100644
--- a/src/site/plugins_overview.mkd
+++ b/src/site/plugins_overview.mkd
@@ -23,6 +23,7 @@ A plugin defines it's metadata in the META-INF/MANIFEST.MF file:
Plugin-Description: Command and control Gitblit over SSH
Plugin-Class: com.gitblit.plugin.powertools.Powertools
Plugin-Version: 1.2.0
+ Plugin-Requires: 1.5.0
Plugin-Provider: gitblit.com
In addition to extending Gitblit core, plugins can also define extension points that may be implemented by other plugins. Therefore a plugin may depend on other plugins.
@@ -32,9 +33,9 @@ In addition to extending Gitblit core, plugins can also define extension points
**NOTE:**
The pf4j plugin framework relies on a javac apt processor to generate compile-time extension information, so be sure to enable apt processing in your build process.
-#### Limitations of Dependencies & Requires
+#### Limitations of Dependencies
-Plugins may specify dependencies by ID, but may not specify specific versions of a dependency. The plugin registry allows you to specify a *requires* version of Gitblit, but this is not currently enforced.
+Plugins may specify dependencies by ID, but may not specify specific versions of a dependency.
### Managing Plugins