Repository: flex-utilities Updated Branches: refs/heads/develop 1fed4dc72 -> 913dc7f44
Exclude "ant_on_air\tests\temp" folder from final source packages for installer Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/913dc7f4 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/913dc7f4 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/913dc7f4 Branch: refs/heads/develop Commit: 913dc7f44d4ec6b1f681a03b7080923c47250898 Parents: 1fed4dc Author: Piotr Zarzycki <[email protected]> Authored: Fri Nov 3 18:59:23 2017 +0100 Committer: Piotr Zarzycki <[email protected]> Committed: Fri Nov 3 18:59:23 2017 +0100 ---------------------------------------------------------------------- flex-installer/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/913dc7f4/flex-installer/build.xml ---------------------------------------------------------------------- diff --git a/flex-installer/build.xml b/flex-installer/build.xml index 567976c..aa58b81 100644 --- a/flex-installer/build.xml +++ b/flex-installer/build.xml @@ -474,6 +474,7 @@ <copy todir="${BUILD_DIR}/temp/ant_on_air/tests" includeEmptyDirs="false"> <fileset dir="${basedir}/ant_on_air/tests"> <exclude name="*.swf" /> + <exclude name="temp/" /> </fileset> </copy>
