From 16953c8f986a4cb54ef6141497500f5b3da24ea7 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 15 May 2017 21:45:26 -0700 Subject: [PATCH] Added API end point for Delicious. --- .idea/modules/mobibot.iml | 236 ++++++------------ kobalt/src/Build.kt | 1 + kobaltw | 2 +- mobibot.ipr | 8 +- properties/mobibot.properties | 2 + .../net/thauvin/erik/mobibot/ReleaseInfo.java | 4 +- .../thauvin/erik/mobibot/DeliciousPoster.java | 5 +- .../net/thauvin/erik/mobibot/Mobibot.java | 11 +- version.properties | 2 +- 9 files changed, 93 insertions(+), 178 deletions(-) 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 @@