Changed plugin name from kobalt-exec to Exec.
This commit is contained in:
parent
9b72faa565
commit
a6dfa2ba07
7 changed files with 35 additions and 69 deletions
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id="example" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="KOBALT" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="false">
|
||||
<output url="file://$MODULE_DIR$/kobaltBuild/classes" />
|
||||
<output-test url="file://$MODULE_DIR$/kobaltBuild/test-classes" />
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/kotlin" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/kotlin" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/kobaltBuild" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="Kobalt: file://.\..\libs\kobalt-exec-0.1.jar">
|
||||
<CLASSES>
|
||||
<root url="jar://$MODULE_DIR$/../libs/kobalt-exec-0.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
</module>
|
|
@ -2,7 +2,7 @@ import com.beust.kobalt.*
|
|||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.java.*
|
||||
//import net.thauvin.erik.kobalt.plugin.exec.*
|
||||
import net.thauvin.erik.kobalt.plugin.exec.*
|
||||
|
||||
val p = project {
|
||||
|
||||
|
@ -20,7 +20,7 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile(file("../libs/kobalt-exec-0.1.jar"))
|
||||
compile(file("../kobaltBuild/libs/kobalt-exec-0.1.jar"))
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue