You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/05/20 06:22:34 UTC

git commit: [flex-asjs] [refs/heads/develop] - add lookuponly to component list in catalog

Repository: flex-asjs
Updated Branches:
  refs/heads/develop ffe4e2f67 -> 420410ad6


add lookuponly to component list in catalog


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

Branch: refs/heads/develop
Commit: 420410ad659e6222e923b2f9e8e3d39fac74c52e
Parents: ffe4e2f
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 19 23:17:12 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 19 23:17:55 2016 -0700

----------------------------------------------------------------------
 frameworks/projects/Flat/src/main/config/compile-as-config.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/420410ad/frameworks/projects/Flat/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Flat/src/main/config/compile-as-config.xml b/frameworks/projects/Flat/src/main/config/compile-as-config.xml
index 406dd04..3fb7880 100644
--- a/frameworks/projects/Flat/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Flat/src/main/config/compile-as-config.xml
@@ -53,7 +53,6 @@
                 <uri>library://ns.apache.org/flexjs/flat</uri>
                 <manifest>../resources/flat-manifest.xml</manifest>
             </namespace>
-            <!-- TODO: Why is this neesed? -->
             <namespace>
                 <uri>library://ns.apache.org/flexjs/flat</uri>
                 <manifest>../resources/flat-as-manifest.xml</manifest>
@@ -62,7 +61,6 @@
         
         <source-path>
             <path-element>../flex</path-element>
-            <!--<path-element>asjs/src</path-element>-->
         </source-path>
         
         <warn-no-constructor>false</warn-no-constructor>
@@ -77,6 +75,8 @@
         <path>../../../../../js/FlexJS/projects/FlatJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
+    <include-lookup-only>true</include-lookup-only>
+    
     <include-classes>
         <class>FlatClasses</class>
         <!--<class>FlatASJSClasses</class>-->