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 2014/12/10 13:29:52 UTC

git commit: [flex-sdk] [refs/heads/develop] - The ASDOC target of 'flatspark' causes the build to fail; needs investigation

Repository: flex-sdk
Updated Branches:
  refs/heads/develop c8907a8c2 -> 4ca22ecd4


The ASDOC target of 'flatspark' causes the build to fail; needs investigation

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 4ca22ecd415711fe5cf421a9bf86d2dc361007c2
Parents: c8907a8
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Dec 10 13:29:30 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Dec 10 13:29:30 2014 +0100

----------------------------------------------------------------------
 frameworks/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4ca22ecd/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 6f9aad1..b43c3b8 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -272,7 +272,7 @@
         <ant dir="${basedir}/projects/apache" target="doc" />
     	<ant dir="${basedir}/projects/experimental" target="doc" />
     	<ant dir="${basedir}/projects/experimental_mobile" target="doc" />
-        <ant dir="${basedir}/projects/flatspark" target="doc" />
+        <!-- ant dir="${basedir}/projects/flatspark" target="doc" / -->
     </target>
    
     <!--