You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2015/11/20 21:19:23 UTC

[34/41] git commit: [flex-asjs] [refs/heads/core_js_to_as] - fix lib path for asdoc

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/core_js_to_as
Commit: 8a68b9516fabce5d01717f72375c8262221e2123
Parents: a8fbda5
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 2 17:35:34 2015 -0800
Committer: Alex Harui <ah...@apache.org>
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>