From b77f1cbff8c28177ce8c0fd1231ac5299a0da6f5 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 30 May 2012 00:11:11 +1000 Subject: [PATCH] updated create script CB 839 --- bin/create | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/create b/bin/create index e7670441..05393fed 100755 --- a/bin/create +++ b/bin/create @@ -41,7 +41,8 @@ android update project --target $TARGET --path ./framework # Use curl to get the jar (TODO: Support Apache Mirrors) curl -OL http://mirror.symnds.com/software/Apache//commons/codec/binaries/commons-codec-1.6-bin.zip unzip commons-codec-1.6-bin.zip -cp commons-codec-1.6/commons-codec-1.6.jar ./framework/libs +mkdir ./framework/libs +cp commons-codec-1.6/commons-codec-1.6.jar ./framework/libs/ # compile cordova.js and cordova.jar cd ./framework && ant jar && cd ../