diff --git a/Build.kt b/Build.kt index 13078ce..4d6747b 100644 --- a/Build.kt +++ b/Build.kt @@ -17,7 +17,7 @@ val project = kotlinProject { name = "kobalt-line-count" group = "com.beust.kobalt" artifactId = name - version = "0.15" + version = "0.16" dependencies { // compile("file:" + homeDir("kotlin/kobalt/kobaltBuild/libs/kobalt-0.168.jar")) @@ -26,9 +26,6 @@ val project = kotlinProject { assemble { mavenJars { - manifest { - attributes("Kobalt-Plugin-Class", "com.beust.kobalt.plugin.linecount.LineCountPlugin") - } } } diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml new file mode 100644 index 0000000..79b9ef9 --- /dev/null +++ b/src/main/resources/META-INF/plugin.xml @@ -0,0 +1,6 @@ + + kobalt-line-count + + com.beust.kobalt.plugin.linecount.LineCountPlugin + + \ No newline at end of file