You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/06/18 18:25:08 UTC

git commit: [flex-asjs] [refs/heads/tlf] - Cleaned up Text project dependencies

Repository: flex-asjs
Updated Branches:
  refs/heads/tlf a35c05252 -> d420f93c6


Cleaned up Text project dependencies


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

Branch: refs/heads/tlf
Commit: d420f93c642a1acb342628d6eca9681b70ed1d7a
Parents: a35c052
Author: Harbs <ha...@in-tools.com>
Authored: Sun Jun 18 21:25:03 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Sun Jun 18 21:25:03 2017 +0300

----------------------------------------------------------------------
 .../FlexJS/projects/TextJS/src/main/config/compile-js-config.xml | 2 --
 frameworks/projects/Text/src/main/config/compile-swf-config.xml  | 4 ----
 2 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d420f93c/frameworks/js/FlexJS/projects/TextJS/src/main/config/compile-js-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/projects/TextJS/src/main/config/compile-js-config.xml b/frameworks/js/FlexJS/projects/TextJS/src/main/config/compile-js-config.xml
index 23e8078..a18a8fe 100644
--- a/frameworks/js/FlexJS/projects/TextJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/FlexJS/projects/TextJS/src/main/config/compile-js-config.xml
@@ -65,10 +65,8 @@
                  if these swcs are on the external-library-path then their requires
                  will not be listed -->
             <path-element>../../../../../libs/CoreJS.swc</path-element>
-            <path-element>../../../../../libs/GraphicsJS.swc</path-element>
             <path-element>../../../../../libs/BasicJS.swc</path-element>
             <path-element>../../../../../libs/HTMLJS.swc</path-element>
-            <path-element>../../../../../libs/NetworkJS.swc</path-element>
         </library-path>
         
         <namespaces>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d420f93c/frameworks/projects/Text/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Text/src/main/config/compile-swf-config.xml b/frameworks/projects/Text/src/main/config/compile-swf-config.xml
index 922be6d..2936e02 100644
--- a/frameworks/projects/Text/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Text/src/main/config/compile-swf-config.xml
@@ -23,13 +23,9 @@
         
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
-            <path-element>../../../../../libs/Binding.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>
-            <path-element>../../../../../libs/Graphics.swc</path-element>
-            <path-element>../../../../../libs/Collections.swc</path-element>
             <path-element>../../../../../libs/Basic.swc</path-element>
             <path-element>../../../../../libs/HTML.swc</path-element>
-            <path-element>../../../../../libs/Collections.swc</path-element>
         </external-library-path>
         
         <allow-subclass-overrides>true</allow-subclass-overrides>