added config file to deploy script
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7929307a Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7929307a Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7929307a Branch: refs/heads/master Commit: 7929307a051033b575f5c3c78cfea716145ea5a4 Parents: 290b51d Author: Justin Mclean <[email protected]> Authored: Sun Mar 2 09:56:16 2014 +1100 Committer: Justin Mclean <[email protected]> Committed: Sun Mar 2 09:56:16 2014 +1100 ---------------------------------------------------------------------- build/deploy_release_candidate.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7929307a/build/deploy_release_candidate.sh ---------------------------------------------------------------------- diff --git a/build/deploy_release_candidate.sh b/build/deploy_release_candidate.sh index 8dcf01b..204d35a 100755 --- a/build/deploy_release_candidate.sh +++ b/build/deploy_release_candidate.sh @@ -76,6 +76,7 @@ cp README "${RC_DIR}" cp RELEASE_NOTES "${RC_DIR}" cp ./out/*-src.* "${RC_DIR}" cp ./out/*-bin.* "${BIN_DIR}" +cp ./out/*-config.xml "${BIN_DIR}" cp ./out/*-asdocs.* "${DOC_DIR}"
