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/11/21 13:17:42 UTC

[3/3] git commit: [flex-asjs] [refs/heads/develop] - Don't need ASDoc from 'TLF' either

Don't need ASDoc from 'TLF' either

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


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

Branch: refs/heads/develop
Commit: 0115447a5ab2fe3283383fc6e310342029febc99
Parents: 95059a7
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 21 13:16:08 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 21 13:17:30 2014 +0100

----------------------------------------------------------------------
 vf2js/utils/FlexSDKToJS/TextLayoutToJS.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0115447a/vf2js/utils/FlexSDKToJS/TextLayoutToJS.sh
----------------------------------------------------------------------
diff --git a/vf2js/utils/FlexSDKToJS/TextLayoutToJS.sh b/vf2js/utils/FlexSDKToJS/TextLayoutToJS.sh
index 329b5eb..da909e1 100755
--- a/vf2js/utils/FlexSDKToJS/TextLayoutToJS.sh
+++ b/vf2js/utils/FlexSDKToJS/TextLayoutToJS.sh
@@ -15,6 +15,7 @@ ARGS="$ARGS -ignore-problems=org.apache.flex.compiler.problems.DuplicateQNameInS
 ARGS="$ARGS -ignore-problems=org.apache.flex.compiler.problems.NoDefinitionForSWCDependencyProblem "
 
 ARGS="$ARGS -js-output-type=VF2JS "
+ARGS="$ARGS -keep-asdoc=false "
 
 ARGS="$ARGS -closure-lib="/Users/erik/Documents/ApacheFlex/dependencies/GoogleClosure/library" "