diff --git a/plug-in-development/index.html b/plug-in-development/index.html index b6dbcd0..0df15db 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -94,7 +94,7 @@

All plug-in actors are interfaces that extend IPluginActor. Plug-ins extend IPlugin, - interceptors extend IInterceptor and contributors extend IContributor. When Kobalt parses your + interceptors extend IInterceptor and contributors extend IContributor. When Kobalt parses your kobalt-plugin.xml, it instantiates all the classes found in the <plugin-actors> tag and then introspects them to find out which IPluginActor interfaces that class implements. @@ -131,7 +131,7 @@ IBuildDirectoryInterceptor - IInterceptor + IInterceptor Plug-ins that need to generate class files in a different directory than the default one should implement this interface. @@ -140,7 +140,7 @@ IClasspathContributor - IContributor + IContributor Classpath contributors let you specify additional jar files or directories that will be used by the "compile" task. @@ -204,7 +204,7 @@ ISourceDirectoriesInterceptor - IInterceptor + IInterceptor Plug-ins that wamt to add, remove or alter the source directories should implement this interface.