From ed2d94627ce557092c1dd4e41b61de8814180b91 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 7 Nov 2015 19:54:26 -0800 Subject: [PATCH] Link to contributors. --- plug-in-development/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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>