include ide scripts in release packages
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2d19e5b5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2d19e5b5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/2d19e5b5 Branch: refs/heads/develop Commit: 2d19e5b5fd27975b32a4c90489109b3fa39f26f7 Parents: 3ae2ab3 Author: Justin Mclean <[email protected]> Authored: Tue Jul 16 14:47:39 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Tue Jul 16 14:47:39 2013 +1000 ---------------------------------------------------------------------- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2d19e5b5/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index a16fbeb..6d53e54 100644 --- a/build.xml +++ b/build.xml @@ -602,7 +602,9 @@ <!-- ide --> <copy todir="${basedir}/temp/ide"> <fileset dir="${basedir}/ide" > - <include name="flashbuilder/**"/> + <include name="flashbuilder/**"/> + <include name="*.sh"/> + <include name="*.bat"/> </fileset> </copy>
