Updated Branches:
  refs/heads/develop 645e6e6c1 -> 1b5195a6b

setup classpath for FalconJX in FlexJSOverlay


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

Branch: refs/heads/develop
Commit: af9a6f18252212e92a4aa3d5c1efd3ff0e9cbbbe
Parents: 4eb9af8
Author: Alex Harui <aha...@apache.org>
Authored: Sun Apr 7 21:14:16 2013 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Thu Apr 11 17:24:47 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/af9a6f18/compiler.jx/build.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/build.xml b/compiler.jx/build.xml
index 26d3ae0..c0fa19d 100644
--- a/compiler.jx/build.xml
+++ b/compiler.jx/build.xml
@@ -79,7 +79,7 @@
        
        <target name="main" depends="prebuild,copyFiles,compile">
         
-        <property name="jar.classpath" value="commons-io.jar 
google/closure-compiler/compiler.jar 
../../compiler/generated/dist/sdk/lib/compiler.jar" />
+        <property name="jar.classpath" value="commons-io.jar 
google/closure-compiler/compiler.jar 
../../compiler/generated/dist/sdk/lib/compiler.jar ../../lib/compiler.jar" />
 
                <echo message="Building ${jsc.jar}" />
                <jar file="${jsc.jar}" basedir="${classes.dir}"

Reply via email to