add non-manifest classes

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

Branch: refs/heads/develop
Commit: 34567ef3b454648a5d9fbd66fd5e350d6b0aec4e
Parents: c140ca9
Author: Alex Harui <aha...@apache.org>
Authored: Thu Feb 6 11:02:39 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Thu Feb 6 11:03:56 2014 -0800

----------------------------------------------------------------------
 asdoc/build.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/34567ef3/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index cae0f67..7ff8188 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -76,6 +76,10 @@
                        <!-- namespaces to include in asdoc -->
                        <doc-namespaces 
uri="library://ns.apache.org/flexjs/basic"/>
                        <doc-namespaces 
uri="library://ns.apache.org/flexjs/mx"/>
+            
+                       <!-- classes to include in asdoc -->
+                       <doc-sources 
path-element="${project_home}/FlexJSUI/src"/>
+                       <doc-sources 
path-element="${project_home}/FlexJSJX/src"/>
                        
                        <!-- namespace declaration for asdoc -->
             <namespace uri="library://ns.apache.org/flexjs/basic" 
manifest="${project_home}/FlexJSUI/basic-manifest.xml" />

Reply via email to