diff --git a/3rd-party/appbundler-1.0.jar b/3rd-party/appbundler-1.0.jar new file mode 100644 index 000000000..ef30f1cb4 Binary files /dev/null and b/3rd-party/appbundler-1.0.jar differ diff --git a/refine b/refine index 321b034d3..ca10c19b7 100755 --- a/refine +++ b/refine @@ -376,11 +376,12 @@ launch4j_prepare() { appbundler_prepare() { tools_prepare - APPBUNDLER_URL="http://java.net/projects/appbundler/downloads/download/appbundler-1.0.jar" - APPBUNDLER_DIR="." - APPBUNDLER_FILE=`echo $APPBUNDLER_URL | sed 's|.*/||'` + cp "$REFINE_TOOLS_DIR/../3rd-party/appbundler-1.0.jar" "$REFINE_TOOLS_DIR" + # APPBUNDLER_URL="http://java.net/projects/appbundler/downloads/download/appbundler-1.0.jar" + # APPBUNDLER_DIR="." + # APPBUNDLER_FILE=`echo $APPBUNDLER_URL | sed 's|.*/||'` - tool_download $APPBUNDLER_URL $APPBUNDLER_FILE $APPBUNDLER_DIR + # tool_download $APPBUNDLER_URL $APPBUNDLER_FILE $APPBUNDLER_DIR } virtualenv_prepare() {