Repository: incubator-weex Updated Branches: refs/heads/release 46356993e -> 4de2594f1
[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/4de2594f Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/4de2594f Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/4de2594f Branch: refs/heads/release Commit: 4de2594f1d50cf685bdef2b2cefd5e43c1d095f2 Parents: 146b9c7 Author: Jonathan Dong <[email protected]> Authored: Wed Jun 20 20:08:42 2018 +0800 Committer: Adam Feng <[email protected]> Committed: Thu Jun 21 16:22: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/4de2594f/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/4de2594f/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/4de2594f/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/4de2594f/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/4de2594f/weex_core/__init__.py ---------------------------------------------------------------------- diff --git a/weex_core/__init__.py b/weex_core/__init__.py deleted file mode 100644 index e69de29..0000000
