5 if [ "$1" == "dev" ] ; then
9 jar cvf lib
/WebSMS-Connector-API.jar
-C bin
/classes
/ de
/ub0r
/android
/websms
/connector
/common
/
11 # build release version. the key does not matter at all. but is used for consistent handling
14 # comment out all Log.d and Log.v
15 ..
/..
/preDeploy.sh
$PWD/src
/de
/ub0r
/android
/websms
/connector
/common
/
17 ant release
< ..
/..
/..
/release.ks.pw ||
exit -1
19 # remove comments for Log.d and Log.v
20 ..
/..
/postDeploy.sh
$PWD/src
/de
/ub0r
/android
/websms
/connector
/common
/
22 find bin
/ -name package-info.class
-exec rm {} \
;
23 jar cvf lib
/WebSMS-Connector-API.jar
-C bin
/classes
/ de
/ub0r
/android
/websms
/connector
/common
/
24 [ -n "$1" ] && cp lib
/WebSMS-Connector-API.jar ..
/..
/connectors
/example
/libs
/
27 if [ -d "/home/flx/public_html/websms/" ] ; then