From: Decebal Suiu Date: Tue, 19 Feb 2013 15:22:24 +0000 (+0200) Subject: Update README.md X-Git-Tag: release-0.4~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eb698770a6e82a566e2f8df3da86795a3e005175;p=pf4j.git Update README.md --- diff --git a/README.md b/README.md index 905e799..6452569 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,9 @@ 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.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.