- update Tizen_sync.
authorRonan Le Martret <ronan@fridu.net>
Mon, 20 Jan 2014 17:07:34 +0000 (18:07 +0100)
committerRonan Le Martret <ronan@fridu.net>
Mon, 20 Jan 2014 17:07:34 +0000 (18:07 +0100)
Change-Id: I8ef91fd4184a0ee6f40c15c644bff09062f251bd

.gitignore [new file with mode: 0644]
Tizen_sync

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..96c033f
--- /dev/null
@@ -0,0 +1 @@
+src/.gitignore
index 25146fa..72486da 100755 (executable)
@@ -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*
+