clean up rat on build server. It picked up stuff from the BlazeDS Maven build
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/71f42c7e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/71f42c7e Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/71f42c7e Branch: refs/heads/master Commit: 71f42c7eb5914487470675941eb0dcbf695c14fe Parents: 9a4aa79 Author: Alex Harui <[email protected]> Authored: Wed Jan 21 08:27:22 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Jan 21 08:27:22 2015 -0800 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/71f42c7e/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 8692c95..5bac20f 100644 --- a/build.xml +++ b/build.xml @@ -765,6 +765,8 @@ <copy todir="${basedir}/temp/modules/flex-messaging-common/common" includeEmptyDirs="false"> <fileset dir="${BLAZEDS_HOME}/modules/common"> <include name="**/**"/> + <exclude name="target/**"/> + <exclude name="classes/**"/> </fileset> </copy> <copy todir="${basedir}/temp/modules/flex-messaging-common" includeEmptyDirs="false">
