Updated wrappers.
This commit is contained in:
parent
6800d362a7
commit
f8a8e5917b
20 changed files with 116 additions and 11 deletions
Binary file not shown.
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.118
|
||||
kobalt.version=1.0.122
|
BIN
kobalt/wrapper/kobalt/wrapper/kobalt-wrapper.jar
Normal file
BIN
kobalt/wrapper/kobalt/wrapper/kobalt-wrapper.jar
Normal file
Binary file not shown.
1
kobalt/wrapper/kobalt/wrapper/kobalt-wrapper.properties
Normal file
1
kobalt/wrapper/kobalt/wrapper/kobalt-wrapper.properties
Normal file
|
@ -0,0 +1 @@
|
|||
kobalt.version=1.0.118
|
2
kobalt/wrapper/kobaltw
Normal file
2
kobalt/wrapper/kobaltw
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*
|
4
kobalt/wrapper/kobaltw.bat
Normal file
4
kobalt/wrapper/kobaltw.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
set DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
java -jar "%DIRNAME%/kobalt/wrapper/kobalt-wrapper.jar" %*
|
Loading…
Add table
Add a link
Reference in a new issue