From: Ronan Le Martret Date: Mon, 20 Jan 2014 17:07:34 +0000 (+0100) Subject: - update Tizen_sync. X-Git-Tag: submit/tizen/20140227.134602~8 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fframework%2Fweb%2Fcrosswalk.git;a=commitdiff_plain;h=6575f175e29c36c22a52ac78eadb299fee293dcc - update Tizen_sync. Change-Id: I8ef91fd4184a0ee6f40c15c644bff09062f251bd --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96c033f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +src/.gitignore diff --git a/Tizen_sync b/Tizen_sync index 25146fa..72486da 100755 --- a/Tizen_sync +++ b/Tizen_sync @@ -12,4 +12,11 @@ python $source_root/src/build/util/lastchange.py \ python $source_root/src/build/util/lastchange.py \ -o $source_root/src/build/util/LASTCHANGE.blink \ - -s $source_root/src/third_party/WebKit \ No newline at end of file + -s $source_root/src/third_party/WebKit + + +#Import packging (gbs do not allow link.) +mkdir -p packaging +cp src/xwalk/packaging/* packaging/ +rm -f packaging/gbp* +