diff --git a/.idea/modules/mobibot.iml b/.idea/modules/mobibot.iml index 5483171..15c67f6 100644 --- a/.idea/modules/mobibot.iml +++ b/.idea/modules/mobibot.iml @@ -1,12 +1,14 @@ - + - - + + + + @@ -15,44 +17,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -60,140 +27,81 @@ - - + + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index d1366b1..7980dba 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -110,6 +110,7 @@ val p = project { } install { + target = deploy include(from("kobaltBuild/libs"), to(target), glob("**/*")) include(from("properties"), to(target), glob("**/*.properties")) collect(compileDependencies) diff --git a/kobaltw b/kobaltw index 287d453..c5186d5 100755 --- a/kobaltw +++ b/kobaltw @@ -1,2 +1,2 @@ -#!/bin/env sh +#!/usr/bin/env sh java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $* diff --git a/mobibot.ipr b/mobibot.ipr index 9c1aed3..a59e8d0 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -163,7 +163,7 @@