You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/10/22 07:45:04 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - fix case of swc names

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/develop
Commit: faf35046d832872968bbc0e74c98e611f88d35d9
Parents: 0e9ccbb
Author: Alex Harui <ah...@apache.org>
Authored: Tue Oct 21 22:44:56 2014 -0700
Committer: Alex Harui <ah...@apache.org>
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"/>