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:58 UTC

[1/2] git commit: [flex-sdk] [refs/heads/release4.11.0] - Update build date for RC2

Updated Branches:
  refs/heads/release4.11.0 1944afdcf -> 8439319a5


Update build date for RC2


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

Branch: refs/heads/release4.11.0
Commit: 33d74f033b58b773aee654d7c25076bd2dbbf581
Parents: 1944afd
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Oct 17 10:39:52 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Oct 17 10:39:52 2013 +1100

----------------------------------------------------------------------
 flex-sdk-description.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/33d74f03/flex-sdk-description.xml
----------------------------------------------------------------------
diff --git a/flex-sdk-description.xml b/flex-sdk-description.xml
index deb5bd9..f7f9187 100644
--- a/flex-sdk-description.xml
+++ b/flex-sdk-description.xml
@@ -20,6 +20,6 @@
 <flex-sdk-description>
 <name>Apache Flex 4.11.0 FP11.1 AIR3.8 en_US</name>
 <version>4.11.0</version>
-<build>20131012</build>
+<build>20131017</build>
 </flex-sdk-description>
         
\ No newline at end of file


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

Posted by jm...@apache.org.
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 -->