diff --git a/.rat-excludes b/.rat-excludes index 45a4dce032..6a131cee38 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -1,11 +1,18 @@ -\.gitignore -\.git/.* -ios/playground -.rat-excludes -build -.*\.json -Info\.plist -.*\.xml -.*\.pch -main\.js -\./ios/playground/Pods/.* +index.js +array.js +dep.js +object.js +observer.js +state.js +watcher.js +WXDataStructureUtil.java +json11.cc +json11.hpp +modp_b64_data.h +modp_b64.cc +modp_b64.h +icu_utf.h +icu_utf.cpp +jni_generator.py +futex.h +base64.hpp \ No newline at end of file diff --git a/LICENSE b/LICENSE index c6d880d46d..4d5db278af 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Apache Incubator-Weex + Copyright 2019 Apache Weex (Incubating) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 81c698c584..ea6b3ac8e7 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache Weex +Apache Weex (Incubating) Copyright 2019 The Apache Software Foundation This product includes software developed at diff --git a/android/sdk/buildSrc/jcenter.gradle b/android/sdk/buildSrc/jcenter.gradle index 3f37903916..6feb6d5b88 100644 --- a/android/sdk/buildSrc/jcenter.gradle +++ b/android/sdk/buildSrc/jcenter.gradle @@ -58,7 +58,7 @@ bintray { user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER') key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY') pkg { - repo = "Android" + repo = 'Android' name = project.artifactName websiteUrl = siteUrl desc = description @@ -81,22 +81,8 @@ artifacts { archives sourcesJar } -artifactory { - contextUrl = 'http://oss.jfrog.org/artifactory' - publish { - repository { - repoKey = 'oss-snapshot-local' - username = bintray.user - password = bintray.key - maven = true - } - defaults { - publications ('artifactorySnapthost') - } - } -} - -artifactoryPublish.doFirst{ +if (project.gradle.startParameter.taskNames.contains('artifactoryPublish') || + project.gradle.startParameter.taskNames.contains(':weex_sdk:artifactoryPublish')) { apply plugin: 'maven-publish' publishing { publications { @@ -114,4 +100,19 @@ artifactoryPublish.doFirst{ } } } +} + +artifactory { + contextUrl = 'http://oss.jfrog.org/artifactory' + publish { + repository { + repoKey = 'oss-snapshot-local' + username = bintray.user + password = bintray.key + maven = true + } + defaults { + publications ('artifactorySnapthost') + } + } } \ No newline at end of file diff --git a/scripts/release_files.rules b/scripts/release_files.rules index dc66d990bd..0049f0aa58 100644 --- a/scripts/release_files.rules +++ b/scripts/release_files.rules @@ -29,6 +29,7 @@ + /.eslintignore + /.babelrc + /src ++ /.rat-excludes - /src/h5-render/dist/index.js - /src/h5-render/node_modules - /src/js-framework/node_modules