You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by go...@apache.org on 2012/09/14 01:00:10 UTC

svn commit: r1384591 - /incubator/flex/falcon/trunk/compiler/build.xml

Author: gordonsmith
Date: Thu Sep 13 23:00:10 2012
New Revision: 1384591

URL: http://svn.apache.org/viewvc?rev=1384591&view=rev
Log:
Falcon: Fixed classpath of compiler.jar so that mxmlc etc. work.

Modified:
    incubator/flex/falcon/trunk/compiler/build.xml

Modified: incubator/flex/falcon/trunk/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler/build.xml?rev=1384591&r1=1384590&r2=1384591&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler/build.xml (original)
+++ incubator/flex/falcon/trunk/compiler/build.xml Thu Sep 13 23:00:10 2012
@@ -55,7 +55,7 @@
     <property name="src" value="${compiler.root}/src" />
 
 	<!-- The .. here allows the compiler to load the env.properties file -->
-    <property name="compiler.jar.dependencies" value="antlr.jar commons-cli.jar commons-io.jar guava.jar lzma-sdk.jar .." />
+    <property name="compiler.jar.dependencies" value="external/antlr.jar external/commons-cli.jar external/commons-io.jar external/guava.jar external/lzma-sdk.jar .." />
     
 	<property name="falcon.swfdump.jar.dependencies" value="compiler.jar commons-io.jar" />