mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Link to contributors.
This commit is contained in:
parent
e6af4224de
commit
ed2d94627c
1 changed files with 5 additions and 5 deletions
|
@ -103,7 +103,7 @@
|
|||
<a href=https://github.com/cbeust/kobalt/blob/master/src/main/resources/META-INF/plugin.xml">Kobalt's own <code>plugin.xml</code></a>
|
||||
and go over it line by line.
|
||||
</p>
|
||||
<h4>plugins (<code>IPlugin</code>)</h4>
|
||||
<h4>plugins (<a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/IPlugin.kt"><code>IPlugin</code>)</a></h4>
|
||||
<pre>
|
||||
<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.
|
||||
</p>
|
||||
|
||||
<h4>Classpath contributors (<code>IClasspathContributor</code>)</h4>
|
||||
<h4>Classpath contributors (<a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/IClasspathContributor.kt"><code>IClasspathContributor</code>)</a></h4>
|
||||
<pre>
|
||||
<classpath-contributors>
|
||||
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
|
||||
|
@ -127,7 +127,7 @@
|
|||
as well.
|
||||
</p>
|
||||
|
||||
<h4>Project contributors (<code>IProjectContributor</code>)</h4>
|
||||
<h4>Project contributors (<a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/IProjectContributor.kt"><code>IProjectContributor</code>)</a></h4>
|
||||
<pre>
|
||||
<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.
|
||||
</p>
|
||||
|
||||
<h4>Init contributors (<code>IInitContributor</code>)</h4>
|
||||
<h4>Init contributors (<a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/IInitContributor.kt"><code>IInitContributor</code>)</a></h4>
|
||||
<pre>
|
||||
<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.
|
||||
</p>
|
||||
|
||||
<h4>Repo contributors (<code>IRepoContributor</code>)</h4>
|
||||
<h4>Repo contributors (<a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/IRepoContributor.kt"><code>IRepoContributor</code>)</a></h4>
|
||||
<pre>
|
||||
<repo-contributors>
|
||||
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue