temporarily remove these classes while we try to get Application to compile


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

Branch: refs/heads/core_js_to_as
Commit: 6ebbc1e56139d115102f577e3e6ab0c2ae934c92
Parents: 4ad0f6e
Author: Alex Harui <aha...@apache.org>
Authored: Thu Sep 17 09:20:05 2015 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Thu Sep 17 09:32:35 2015 -0700

----------------------------------------------------------------------
 frameworks/projects/Core/basic-manifest.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ebbc1e5/frameworks/projects/Core/basic-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/basic-manifest.xml 
b/frameworks/projects/Core/basic-manifest.xml
index e7cb2ac..2da70e8 100644
--- a/frameworks/projects/Core/basic-manifest.xml
+++ b/frameworks/projects/Core/basic-manifest.xml
@@ -22,8 +22,7 @@
 <componentPackage>
 
     <component id="Application" class="org.apache.flex.core.Application"/>
-
-    <!--<component id="Application" class="org.apache.flex.core.Application"/>
+    <!-- temporarily remove these classes while we try to get Application to 
compile
     <component id="SimpleValuesImpl" 
class="org.apache.flex.core.SimpleValuesImpl"/>
     <component id="SimpleCSSValuesImpl" 
class="org.apache.flex.core.SimpleCSSValuesImpl"/>
     <component id="ViewBase" class="org.apache.flex.core.ViewBase"/>
@@ -37,6 +36,6 @@
     <component id="MixinManager" class="org.apache.flex.utils.MixinManager" />
     <component id="ViewSourceContextMenuOption" 
class="org.apache.flex.utils.ViewSourceContextMenuOption" />
     
-    <component id="State" class="org.apache.flex.states.State"/>-->
-    
+    <component id="State" class="org.apache.flex.states.State"/>
+    -->
 </componentPackage>

Reply via email to