1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-28 20:28:12 -07:00

Update to new plug-in architecture.

This commit is contained in:
Cedric Beust 2015-11-07 17:55:42 -08:00
parent e66e551c1f
commit 2bc76dbb05
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,6 @@
<kobalt-plugin>
<name>kobalt-line-count</name>
<plugins>
<class-name>com.beust.kobalt.plugin.linecount.LineCountPlugin</class-name>
</plugins>
</kobalt-plugin>