fix lib path for 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/8a68b951 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8a68b951 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8a68b951 Branch: refs/heads/master Commit: 8a68b9516fabce5d01717f72375c8262221e2123 Parents: a8fbda5 Author: Alex Harui <[email protected]> Authored: Mon Nov 2 17:35:34 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Nov 2 17:35:34 2015 -0800 ---------------------------------------------------------------------- frameworks/asdoc-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8a68b951/frameworks/asdoc-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/asdoc-config.xml b/frameworks/asdoc-config.xml index c004984..802807f 100644 --- a/frameworks/asdoc-config.xml +++ b/frameworks/asdoc-config.xml @@ -78,7 +78,7 @@ <!-- List of SWC files or directories that contain SWC files. --> <library-path> - <path-element>as/libs</path-element> + <path-element>libs</path-element> <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element> </library-path>
