Author: gordonsmith
Date: Sat Dec  8 00:16:05 2012
New Revision: 1418565

URL: http://svn.apache.org/viewvc?rev=1418565&view=rev
Log:
Falcon: 'ant eclipse' for the compiler project now does 'ant copy.sdk' so that 
you can run unit tests in Eclipse.

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=1418565&r1=1418564&r2=1418565&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler/build.xml (original)
+++ incubator/flex/falcon/trunk/compiler/build.xml Sat Dec  8 00:16:05 2012
@@ -478,7 +478,7 @@
        
        -->
        
-       <target name="eclipse" depends="setup, jflex, antlr, jburg"
+       <target name="eclipse" depends="setup, jflex, antlr, jburg, copy.sdk"
                    description="Prepares for building in Eclipse by generating 
Java code with JFlex, ANTLR, and JBurg"/>
                                
     <!--


Reply via email to