You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/03/07 02:05:49 UTC

[39/50] git commit: [flex-sdk] [refs/heads/master] - added config file to deploy script

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 <jm...@apache.org>
Authored: Sun Mar 2 09:56:16 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
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}"