You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2015/11/09 22:15:20 UTC

git commit: [flex-asjs] [refs/heads/core_js_to_as] - Updated master build to reflect changes in Charts project for as-to-js work.

Repository: flex-asjs
Updated Branches:
  refs/heads/core_js_to_as af2be21d2 -> 927edf03b


Updated master build to reflect changes in Charts project for as-to-js work.


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

Branch: refs/heads/core_js_to_as
Commit: 927edf03b1e27417fbe6497a9d8769d5a753c4c8
Parents: af2be21
Author: Peter Ent <pe...@apache.org>
Authored: Mon Nov 9 16:15:17 2015 -0500
Committer: Peter Ent <pe...@apache.org>
Committed: Mon Nov 9 16:15:17 2015 -0500

----------------------------------------------------------------------
 frameworks/build.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/927edf03/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index e54eac3..023eca3 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -95,7 +95,6 @@
     </target>
     
     <target name="compile-asjs" description="Cross-compiles all SWCs">
-        <ant dir="${basedir}/projects/Charts" target="compile-asjs"/>
         <ant dir="${basedir}/projects/CreateJS" target="compile-asjs"/>
         <ant dir="${basedir}/projects/DragDrop" target="compile-asjs"/>
         <ant dir="${basedir}/projects/Effects" target="compile-asjs"/>
@@ -108,7 +107,6 @@
     </target>
 
     <target name="lint-js" description="Cross-compiles all SWCs">
-        <ant dir="${basedir}/projects/Charts" target="lint-js"/>
         <ant dir="${basedir}/projects/CreateJS" target="lint-js"/>
         <ant dir="${basedir}/projects/DragDrop" target="lint-js"/>
         <ant dir="${basedir}/projects/Effects" target="lint-js"/>
@@ -124,7 +122,6 @@
     <target name="re-compile" description="Builds all SWCs which should pick up the JS files from asjs">
         <!-- order may matter due to dependencies -->
         <ant dir="${basedir}/projects/Flat" target="compile"/>
-        <ant dir="${basedir}/projects/Charts" target="compile"/>
         <ant dir="${basedir}/projects/CreateJS" target="compile"/>
         <ant dir="${basedir}/projects/DragDrop" target="compile"/>
         <ant dir="${basedir}/projects/Effects" target="compile"/>
@@ -203,7 +200,7 @@
     </target>
     
     <target name="Charts" description="Clean build of Charts.swc">
-        <ant dir="${basedir}/projects/Charts"/>
+        <ant dir="${basedir}/projects/Charts" target="all"/>
     </target>
 
     <target name="Core" description="Clean build of Core.swc">