1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Move KobaltPluginXml to internal.

This commit is contained in:
Cedric Beust 2015-11-08 17:21:00 -08:00
parent bd65591b0f
commit 2c1421863e
10 changed files with 11 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<kobalt-plugin>
<name>kobalt</name>
<factory-class-name>com.beust.kobalt.api.GuiceFactory</factory-class-name>
<factory-class-name>com.beust.kobalt.internal.GuiceFactory</factory-class-name>
<plugins>
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
<class-name>com.beust.kobalt.plugin.application.ApplicationPlugin</class-name>