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 2014/12/09 06:17:01 UTC

[04/10] git commit: [flex-falcon] [refs/heads/develop] - handle new flex-tool-api dependency

handle new flex-tool-api dependency


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

Branch: refs/heads/develop
Commit: 03fb666f0e86dd3624a93d585e51c4a6e996b2e0
Parents: fade31b
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 1 12:44:51 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 8 17:25:01 2014 -0800

----------------------------------------------------------------------
 compiler.jx/.classpath | 1 +
 compiler/.classpath    | 1 +
 compiler/build.xml     | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/03fb666f/compiler.jx/.classpath
----------------------------------------------------------------------
diff --git a/compiler.jx/.classpath b/compiler.jx/.classpath
index 66b7875..98e0e71 100644
--- a/compiler.jx/.classpath
+++ b/compiler.jx/.classpath
@@ -8,5 +8,6 @@
 	<classpathentry kind="lib" path="lib/args4j.jar"/>
 	<classpathentry kind="lib" path="lib/org.json.jar"/>
 	<classpathentry kind="lib" path="lib/guava.jar"/>
+	<classpathentry kind="lib" path="lib/flex-tool-api.jar"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/03fb666f/compiler/.classpath
----------------------------------------------------------------------
diff --git a/compiler/.classpath b/compiler/.classpath
index 90d4a6b..91a6d2a 100644
--- a/compiler/.classpath
+++ b/compiler/.classpath
@@ -12,5 +12,6 @@
 	<classpathentry kind="lib" path="lib/lzma-sdk.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="var" path="ANT_JAR"/>
+	<classpathentry kind="lib" path="lib/flex-tool-api.jar"/>
 	<classpathentry kind="output" path="generated/eclipse/bin"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/03fb666f/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index 30e0bbb..ad5c132 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -819,6 +819,7 @@
                 <include name="commons-*"/>
                 <include name="guava*"/>
                 <include name="lzma*"/>
+                <include name="flex-tool-api*"/>
             </fileset>
         </copy>
         <copy file="${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc" todir="${sdk}/frameworks/libs/player/${playerglobal.version}"/>