another attempt to fix asdoc
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f2eedac2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f2eedac2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f2eedac2 Branch: refs/heads/master Commit: f2eedac2abcae0c152519972e18ae058a0a8a42d Parents: 8a68b95 Author: Alex Harui <[email protected]> Authored: Mon Nov 2 17:43:21 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Nov 2 17:43:21 2015 -0800 ---------------------------------------------------------------------- asdoc/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2eedac2/asdoc/build.xml ---------------------------------------------------------------------- diff --git a/asdoc/build.xml b/asdoc/build.xml index dd50a0e..8f7ec1b 100644 --- a/asdoc/build.xml +++ b/asdoc/build.xml @@ -81,6 +81,7 @@ <compiler.source-path path-element="${project_home}/Charts/as/src"/> <compiler.source-path path-element="${project_home}/Charts/asjs/src"/> <compiler.source-path path-element="${project_home}/Collections/as/src"/> + <compiler.source-path path-element="${project_home}/Collections/asjs/src"/> <compiler.source-path path-element="${project_home}/Core/as/src"/> <compiler.source-path path-element="${project_home}/Core/asjs/src"/> <compiler.source-path path-element="${project_home}/CreateJS/as/src"/>
