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/eff2557b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/eff2557b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/eff2557b Branch: refs/heads/e4x Commit: eff2557b6f2c2e700a35c496d73c85e51b458e3e Parents: e52e017 Author: Alex Harui <[email protected]> Authored: Wed Feb 3 14:02:04 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Feb 3 14:02:04 2016 -0800 ---------------------------------------------------------------------- asdoc/build.xml | 2 +- frameworks/asdoc-config.xml | 104 ++++++++++++++++++++------------------- 2 files changed, 54 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/eff2557b/asdoc/build.xml ---------------------------------------------------------------------- diff --git a/asdoc/build.xml b/asdoc/build.xml index 027e48d..caba06d 100644 --- a/asdoc/build.xml +++ b/asdoc/build.xml @@ -36,7 +36,7 @@ <echo message="FLEX_HOME = ${FLEX_HOME}" /> <echo message="flexlib = ${flexlib}" /> <echo message="doc_output = ${doc_output}" /> - <echo message="compiler.source-path = ${project_home}/*/as/src" /> + <echo message="compiler.source-path = ${project_home}/*/src/main/flex" /> <target name="main" depends="clean,doc" description="Clean build of all ASDocs"/> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/eff2557b/frameworks/asdoc-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/asdoc-config.xml b/frameworks/asdoc-config.xml index 9ab4231..64d6988 100644 --- a/frameworks/asdoc-config.xml +++ b/frameworks/asdoc-config.xml @@ -52,21 +52,22 @@ </source-path> --> <source-path> - <path-element>${frameworks_dir}/projects/Binding/as/src</path-element> - <path-element>${frameworks_dir}/projects/Charts/as/src</path-element> - <path-element>${frameworks_dir}/projects/Collections/as/src</path-element> - <path-element>${frameworks_dir}/projects/Core/as/src</path-element> - <path-element>${frameworks_dir}/projects/CreateJS/as/src</path-element> - <path-element>${frameworks_dir}/projects/DragDrop/as/src</path-element> - <path-element>${frameworks_dir}/projects/Effects/as/src</path-element> - <path-element>${frameworks_dir}/projects/Formatters/as/src</path-element> - <path-element>${frameworks_dir}/projects/GoogleMaps/as/src</path-element> - <path-element>${frameworks_dir}/projects/Graphics/as/src</path-element> - <path-element>${frameworks_dir}/projects/HTML/as/src</path-element> - <path-element>${frameworks_dir}/projects/HTML5/as/src</path-element> - <path-element>${frameworks_dir}/projects/JQuery/as/src</path-element> - <path-element>${frameworks_dir}/projects/Mobile/as/src</path-element> - <path-element>${frameworks_dir}/projects/Network/as/src</path-element> + <path-element>${frameworks_dir}/projects/Binding/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Charts/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Collections/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Core/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/CreateJS/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/DragDrop/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Effects/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Formatters/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/GoogleMaps/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Graphics/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/HTML/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/HTML5/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/JQuery/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Mobile/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Network/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Reflection/src/main/flex</path-element> </source-path> <!-- Allow the source-path to have path-elements which contain other path-elements --> @@ -105,67 +106,67 @@ <namespaces> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Binding/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Binding/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Charts/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Charts/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Collections/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Collections/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Core/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Core/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/createjs</uri> - <manifest>${frameworks_dir}/projects/CreateJS/createjs-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/CreateJS/src/main/resources/createjs-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/DragDrop/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/DragDrop/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Effects/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Effects/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Formatters/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Formatters/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/google</uri> - <manifest>${frameworks_dir}/projects/GoogleMaps/google-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/GoogleMaps/src/main/resources/google-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Graphics/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Graphics/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/HTML/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/HTML/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/html5</uri> - <manifest>${frameworks_dir}/projects/HTML5/html5-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/HTML5/src/main/resources/html5-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/jquery</uri> - <manifest>${frameworks_dir}/projects/JQuery/jquery-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/JQuery/src/main/resources/jquery-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Mobile/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Mobile/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>${frameworks_dir}/projects/Network/basic-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/Network/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/svg</uri> - <manifest>${frameworks_dir}/projects/HTML/svg-manifest.xml</manifest> + <manifest>${frameworks_dir}/projects/HTML/src/main/resources/svg-manifest.xml</manifest> </namespace> </namespaces> @@ -429,11 +430,11 @@ </exclude-classes> <exclude-sources> - <path-element>${frameworks_dir}/projects/Core/as/src/org/apache/flex/utils/Language.as</path-element> - <path-element>${frameworks_dir}/projects/Core/as/src/org/apache/flex/core/WrappedHTMLElement.as</path-element> - <path-element>${frameworks_dir}/projects/Core/as/src/org/apache/flex/events/BrowserEvent.as</path-element> - <path-element>${frameworks_dir}/projects/Core/as/src/org/apache/flex/core/IFlexJSElement.as</path-element> - <path-element>${frameworks_dir}/projects/GoogleMaps/as/src/org/apache/flex/maps/google/beads/MapView_original.as</path-element> + <path-element>${frameworks_dir}/projects/Core/src/main/flex/org/apache/flex/utils/Language.as</path-element> + <path-element>${frameworks_dir}/projects/Core/src/main/flex/org/apache/flex/core/WrappedHTMLElement.as</path-element> + <path-element>${frameworks_dir}/projects/Core/src/main/flex/org/apache/flex/events/BrowserEvent.as</path-element> + <path-element>${frameworks_dir}/projects/Core/src/main/flex/org/apache/flex/core/IFlexJSElement.as</path-element> + <path-element>${frameworks_dir}/projects/GoogleMaps/src/main/flex/org/apache/flex/maps/google/beads/MapView_original.as</path-element> </exclude-sources> <!-- source path for asdoc --> @@ -449,21 +450,22 @@ <!-- classes to include in asdoc --> <doc-sources> - <path-element>${frameworks_dir}/projects/Binding/as/src</path-element> - <path-element>${frameworks_dir}/projects/Charts/as/src</path-element> - <path-element>${frameworks_dir}/projects/Collections/as/src</path-element> - <path-element>${frameworks_dir}/projects/Core/as/src</path-element> - <path-element>${frameworks_dir}/projects/CreateJS/as/src</path-element> - <path-element>${frameworks_dir}/projects/DragDrop/as/src</path-element> - <path-element>${frameworks_dir}/projects/Effects/as/src</path-element> - <path-element>${frameworks_dir}/projects/Formatters/as/src</path-element> - <path-element>${frameworks_dir}/projects/GoogleMaps/as/src</path-element> - <path-element>${frameworks_dir}/projects/Graphics/as/src</path-element> - <path-element>${frameworks_dir}/projects/HTML/as/src</path-element> - <path-element>${frameworks_dir}/projects/HTML5/as/src</path-element> - <path-element>${frameworks_dir}/projects/JQuery/as/src</path-element> - <path-element>${frameworks_dir}/projects/Mobile/as/src</path-element> - <path-element>${frameworks_dir}/projects/Network/as/src</path-element> + <path-element>${frameworks_dir}/projects/Binding/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Charts/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Collections/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Core/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/CreateJS/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/DragDrop/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Effects/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Formatters/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/GoogleMaps/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Graphics/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/HTML/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/HTML5/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/JQuery/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Mobile/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Network/src/main/flex</path-element> + <path-element>${frameworks_dir}/projects/Reflection/src/main/flex</path-element> </doc-sources> </flex-config>
