From 134e9174bd253a82ed0611e9fc77f903927ccc88 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 30 Nov 2015 18:36:59 -0800 Subject: [PATCH] Fix duplicates. --- plug-in-development/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.