Repository: flex-asjs Updated Branches: refs/heads/packaging ae54bb713 -> c66276503
clean up release packaging Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c6627650 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c6627650 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c6627650 Branch: refs/heads/packaging Commit: c6627650396ecbfc287c58eac1f732a18023d1a9 Parents: ae54bb7 Author: Alex Harui <[email protected]> Authored: Fri Sep 22 12:10:00 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Sep 22 12:10:00 2017 -0700 ---------------------------------------------------------------------- build.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6627650/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 66b544e..07b7160 100644 --- a/build.xml +++ b/build.xml @@ -709,11 +709,17 @@ <copy todir="${basedir}/temp" includeEmptyDirs="false"> <fileset dir="${basedir}"> <include name="**"/> + <exclude name="local.properties"/> + <exclude name="nightly.properties"/> + <exclude name="releasecandidate.xml"/> + <exclude name="ApproveFlexJS.xml"/> <exclude name=".DS_Store"/> <exclude name="**/.DS_Store"/> - <exclude name=".git"/> - <exclude name=".mvn"/> + <exclude name=".git/**"/> + <exclude name=".mvn/**"/> <exclude name="in/**"/> + <exclude name="out/**"/> + <exclude name="**/out/**"/> <exclude name="manualtests/**"/> <exclude name="marmotinni/**"/> <exclude name="mustella/**"/>
