add installer-config to source package
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7f5c07f1 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7f5c07f1 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7f5c07f1 Branch: refs/heads/develop Commit: 7f5c07f14c112a610e83d0818921432140af669a Parents: a84d3d5 Author: Alex Harui <[email protected]> Authored: Fri Jun 27 17:49:27 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Jun 27 17:49:27 2014 -0700 ---------------------------------------------------------------------- build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7f5c07f1/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 29e7583..df72b95 100644 --- a/build.xml +++ b/build.xml @@ -558,6 +558,7 @@ <copy todir="${basedir}/temp" includeEmptyDirs="false"> <fileset dir="${basedir}"> + <include name="apache-flex-sdk-installer-config.xml"/> <include name="build.xml"/> <include name="build.properties"/> <include name="env-template.properties"/>
