added $JAVAHOME/bin to linux.sh to work with Jenkins #292

This commit is contained in:
Steve Myers 2014-12-03 17:26:34 -08:00
parent 7fb80c1a50
commit 67ed736652

View File

@ -6,7 +6,8 @@ version=$1
jar=$2
mainClass=$3
javapackager -deploy \
$JAVA_HOME/bin/javapackager \
-deploy \
-BappVersion=$version \
-Bcategory=Finance \
-BlicenseType=GPLv3 \