Repository: incubator-weex Updated Branches: refs/heads/master d25c45af5 -> 832cc9cd1
[Release] Added the missing weex_core directory in release rules. Also removed unnecessary __init__.py files from weex_core to clean up the source codes a little bit. Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/832cc9cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/832cc9cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/832cc9cd Branch: refs/heads/master Commit: 832cc9cd12721c1924bf33ed10b98cad5656bc3e Parents: d25c45a Author: Jonathan Dong <[email protected]> Authored: Wed Jun 20 20:08:42 2018 +0800 Committer: Adam Feng <[email protected]> Committed: Thu Jun 21 16:18:45 2018 +0800 ---------------------------------------------------------------------- scripts/release_files.rules | 8 +++++++- weex_core/Source/__init__.py | 0 weex_core/Source/android/__init__.py | 0 weex_core/Source/android/jniprebuild/__init__.py | 0 weex_core/__init__.py | 0 5 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/832cc9cd/scripts/release_files.rules ---------------------------------------------------------------------- diff --git a/scripts/release_files.rules b/scripts/release_files.rules index 9d37139..4d1831c 100644 --- a/scripts/release_files.rules +++ b/scripts/release_files.rules @@ -42,6 +42,12 @@ + /build + /build/** +###### weexcore ###### ++ /weex_core ++ /weex_core/CMakeLists.txt ++ /weex_core/Source ++ /weex_core/Source/** + ###### android ####### + /android + /android/build.gradle @@ -61,4 +67,4 @@ - /ios/sdk/WeexSDK/Resources/main.js + /ios/sdk/** -- * \ No newline at end of file +- * http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/832cc9cd/weex_core/Source/__init__.py ---------------------------------------------------------------------- diff --git a/weex_core/Source/__init__.py b/weex_core/Source/__init__.py deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/832cc9cd/weex_core/Source/android/__init__.py ---------------------------------------------------------------------- diff --git a/weex_core/Source/android/__init__.py b/weex_core/Source/android/__init__.py deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/832cc9cd/weex_core/Source/android/jniprebuild/__init__.py ---------------------------------------------------------------------- diff --git a/weex_core/Source/android/jniprebuild/__init__.py b/weex_core/Source/android/jniprebuild/__init__.py deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/832cc9cd/weex_core/__init__.py ---------------------------------------------------------------------- diff --git a/weex_core/__init__.py b/weex_core/__init__.py deleted file mode 100644 index e69de29..0000000
