fix case of swc names

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

Branch: refs/heads/master
Commit: faf35046d832872968bbc0e74c98e611f88d35d9
Parents: 0e9ccbb
Author: Alex Harui <[email protected]>
Authored: Tue Oct 21 22:44:56 2014 -0700
Committer: Alex Harui <[email protected]>
Committed: Tue Oct 21 22:44:56 2014 -0700

----------------------------------------------------------------------
 Squiggly/main/build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/faf35046/Squiggly/main/build.xml
----------------------------------------------------------------------
diff --git a/Squiggly/main/build.xml b/Squiggly/main/build.xml
index 4a9bff1..ae93580 100644
--- a/Squiggly/main/build.xml
+++ b/Squiggly/main/build.xml
@@ -72,7 +72,7 @@
                        <arg value="-include-sources"/>
                        <arg value="SpellingEngine/src"/>
                        <arg value="-output"/>
-                       <arg 
value="${OUTPUT_DIR}/ApacheflexSpellingEngine.swc"/>
+                       <arg 
value="${OUTPUT_DIR}/ApacheFlexSpellingEngine.swc"/>
                </java>
        </target>
 
@@ -98,7 +98,7 @@
                        <arg value="-external-library-path"/>
                        <arg 
value="${OUTPUT_DIR}/ApacheFlexLinguisticUtils.swc"/>
                        <arg value="-external-library-path"/>
-                       <arg 
value="${OUTPUT_DIR}/ApacheflexSpellingEngine.swc"/>
+                       <arg 
value="${OUTPUT_DIR}/ApacheFlexSpellingEngine.swc"/>
                        <arg value="-output"/>
                        <arg 
value="${OUTPUT_DIR}/ApacheFlexSpellingFramework.swc"/>
                </java>
@@ -154,7 +154,7 @@
                        <arg value="-external-library-path"/>
                        <arg 
value="${PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc"/>
             <arg value="-external-library-path"/>
-            <arg value="${OUTPUT_DIR}/ApacheflexLinguisticUtils.swc"/>
+            <arg value="${OUTPUT_DIR}/ApacheFlexLinguisticUtils.swc"/>
             <arg value="-external-library-path"/>
             <arg value="${OUTPUT_DIR}/ApacheFlexSpellingEngine.swc"/>
             <arg value="-external-library-path"/>

Reply via email to