]> source.dussan.org Git - pf4j.git/commitdiff
Update README.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Tue, 19 Feb 2013 15:21:30 +0000 (17:21 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Tue, 19 Feb 2013 15:21:30 +0000 (17:21 +0200)
README.md

index 398fc8b1ea5986c2e800063ab81ad324004b419a..905e799bc61c8161b5f8b0c9bd84cbb45fe3bd4d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -91,6 +91,12 @@ to plugins `x, y, z`.
 
 Also you can use any PluginDescriptorFinder (for example **PropertiesPluginDescriptorFinder**) in DefaultPluginManager (using setPluginDescriptorFinder() method).
 
+    plugin.class=ro.fortsoft.pf4j.demo.welcome.WelcomePlugin
+    plugin-dependencies=x, y, z
+    plugin-id=welcome-plugin
+    plugin-Provider=Decebal Suiu
+    plugin.version=0.0.1
+
 You can define an extension point in your application using **ExtensionPoint** interface marker.
 
     public interface Greeting extends ExtensionPoint {