You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2013/04/05 14:02:43 UTC

[2/5] git commit: FLEX-33451: Temporarily remove asdoc generation for the experimental lib

FLEX-33451: Temporarily remove asdoc generation for the experimental lib


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

Branch: refs/heads/develop
Commit: 5c98147267d2e743b55fb614bf1f69c2c91f09dc
Parents: bd52b30
Author: Frédéric THOMAS <ft...@apache.org>
Authored: Tue Mar 26 14:30:03 2013 +0100
Committer: Frédéric THOMAS <ft...@apache.org>
Committed: Tue Mar 26 14:35:38 2013 +0100

----------------------------------------------------------------------
 frameworks/build.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5c981472/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 2046123..c407ea4 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -213,7 +213,10 @@
         <ant dir="${basedir}/projects/automation" target="doc" />
         -->
         <ant dir="${basedir}/projects/apache" target="doc" />
+        <!-- removed until until errors resolved -->
+        <!--
     	<ant dir="${basedir}/projects/experimental" target="doc" />
+        -->
     </target>
    
     <!--