You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/17 01:40:59 UTC

[2/2] git commit: [flex-sdk] [refs/heads/release4.11.0] - Remove asdocs test directory from source release

Remove asdocs test directory from source release


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8439319a
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8439319a
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8439319a

Branch: refs/heads/release4.11.0
Commit: 8439319a534e6d1f85ee759ef0c396d01bfd20c5
Parents: 33d74f0
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Oct 17 10:40:40 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Oct 17 10:40:40 2013 +1100

----------------------------------------------------------------------
 build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8439319a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b4a685d..a4327bb 100644
--- a/build.xml
+++ b/build.xml
@@ -598,7 +598,9 @@
         
         <!-- asdoc -->
         <copy todir="${basedir}/temp/asdoc" includeEmptyDirs="false">
-            <fileset dir="${basedir}/asdoc"/>
+            <fileset dir="${basedir}/asdoc">
+            	<exclude name="test/**" />
+            </fileset>
         </copy>  
 
         <!-- ide -->