diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-11-13 10:54:59 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-11-13 10:54:59 +0200 |
commit | 465001c9844d0792e426e4bf94a9bf758ae45018 (patch) | |
tree | cb5db59ab73be6614134e6e11ec300ec705df535 /demo/plugin1 | |
parent | 5ea294a6accfef4e300ac1689d9b0efcffb691ea (diff) | |
download | pf4j-465001c9844d0792e426e4bf94a9bf758ae45018.tar.gz pf4j-465001c9844d0792e426e4bf94a9bf758ae45018.zip |
added more methods in PluginManager
Diffstat (limited to 'demo/plugin1')
-rw-r--r-- | demo/plugin1/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/plugin1/pom.xml b/demo/plugin1/pom.xml index 8d475d5..f6b639f 100644 --- a/demo/plugin1/pom.xml +++ b/demo/plugin1/pom.xml @@ -21,7 +21,6 @@ </license> </licenses> - <properties> <plugin.id>welcome-plugin</plugin.id> <plugin.class>ro.fortsoft.pf4j.demo.welcome.WelcomePlugin</plugin.class> |