You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2018/06/19 09:41:21 UTC

[34/50] [abbrv] incubator-weex git commit: [WEEX-342][android] update release build tool, use right package name

[WEEX-342][android] update release build tool, use right package name


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/c60016f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c60016f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c60016f3

Branch: refs/heads/release
Commit: c60016f358109f1d7f48b900891ae6646b06528a
Parents: a0dacda
Author: jianbai.gbj <ji...@alibaba-inc.com>
Authored: Thu Jun 14 11:26:00 2018 +0800
Committer: jianbai.gbj <ji...@alibaba-inc.com>
Committed: Thu Jun 14 11:26:00 2018 +0800

----------------------------------------------------------------------
 scripts/generate_apache_release.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c60016f3/scripts/generate_apache_release.sh
----------------------------------------------------------------------
diff --git a/scripts/generate_apache_release.sh b/scripts/generate_apache_release.sh
index 3d9f02f..61d6531 100755
--- a/scripts/generate_apache_release.sh
+++ b/scripts/generate_apache_release.sh
@@ -13,6 +13,7 @@ rsync -rvv  --include-from=scripts/release_files.rules ./ $dest
 
 #repackage
 find $dest/android/sdk/src -type f -name '*.java' -exec sed -i '' 's/com\.taobao\.weex/org\.apache\.weex/g' {} \;
+find $dest/android/sdk/src -type f -name 'AndroidManifest.xml' -exec sed -i '' 's/com\.taobao\.weex/org\.apache\.weex/g' {} \;
 
 mkdir -p $dest/android/sdk/src/main/java/org
 mkdir -p $dest/android/sdk/src/main/java/org/apache