Repository: flex-falcon
Updated Branches:
  refs/heads/develop fe642a9b0 -> 0b0d65143


FLEX-35109 fix case in build script


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

Branch: refs/heads/develop
Commit: 0b0d65143b10ab3bcc07eac1961f1aefadd0e3a1
Parents: fe642a9
Author: Alex Harui <aha...@apache.org>
Authored: Tue Jul 5 22:20:51 2016 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue Jul 5 22:20:59 2016 -0700

----------------------------------------------------------------------
 compiler/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0b0d6514/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index bc9d8a2..1b86190 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -96,7 +96,7 @@
         <attribute name="skeleton" 
default="${compiler}/src/main/jflex/org/apache/flex/compiler/internal/parsing/as/skeleton.default"/>
         <attribute name="output"/>
         <sequential>
-            <java jar="${compiler}/lib/external/JFlex.jar" fork="true">
+            <java jar="${compiler}/lib/external/jflex.jar" fork="true">
                 <arg value="-d"/>
                 <arg value="@{output}"/>
                 <arg value="-q"/>

Reply via email to