You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2015/01/23 09:21:25 UTC

[09/16] git commit: [flex-sdk] [refs/heads/develop] - clean up rat on build server. It picked up stuff from the BlazeDS Maven build

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/57e09c36
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/57e09c36
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/57e09c36

Branch: refs/heads/develop
Commit: 57e09c36579ba10f0337566823db4484d2188a08
Parents: aa7f651
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 08:27:22 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:38 2015 +0100

----------------------------------------------------------------------
 build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/57e09c36/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">