diff --git a/plug-in-development/index.html b/plug-in-development/index.html index ce01066..3cadcc1 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -103,7 +103,7 @@ Kobalt's own plugin.xml and go over it line by line.

-

plugins (IPlugin)

+

plugins (IPlugin)

     <plugins>
         <class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
@@ -113,7 +113,7 @@
   Kobalt defines a few plug-ins in its core so you never need to download them.
 

-

Classpath contributors (IClasspathContributor)

+

Classpath contributors (IClasspathContributor)

     <classpath-contributors>
         <class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
@@ -127,7 +127,7 @@
   as well.
 

-

Project contributors (IProjectContributor)

+

Project contributors (IProjectContributor)

     <project-contributors>
         <class-name>com.beust.kobalt.plugin.java.JavaPlugin</class-name>
@@ -139,7 +139,7 @@ Some plug-ings produce projects (Java, Kotlin) while others don't (Packaging, Ap
     after a build file was parsed.
 

-

Init contributors (IInitContributor)

+

Init contributors (IInitContributor)

     <init-contributors>
         <class-name>com.beust.kobalt.plugin.java.JavaBuildGenerator</class-name>
@@ -157,7 +157,7 @@ Some plug-ings produce projects (Java, Kotlin) while others don't (Packaging, Ap
     with the highest number of files is then asked to generate the build file.
 

-

Repo contributors (IRepoContributor)

+

Repo contributors (IRepoContributor)

     <repo-contributors>
         <class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>