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/11/09 06:14:41 UTC

git commit: [flex-utilities] [refs/heads/apache-tour-de-flex-1.2] - see if this fixed squiggly examples. I thought Windows was case-insensitive

Repository: flex-utilities
Updated Branches:
  refs/heads/apache-tour-de-flex-1.2 93be453d5 -> cef6a043f


see if this fixed squiggly examples.  I thought Windows was case-insensitive


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

Branch: refs/heads/apache-tour-de-flex-1.2
Commit: cef6a043f3c195f0fc4e8b220531d4061bf7e0da
Parents: 93be453
Author: Alex Harui <ah...@apache.org>
Authored: Sat Nov 8 21:13:47 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Nov 8 21:14:32 2014 -0800

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/cef6a043/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index 1d92ab0..2478288 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -76,7 +76,7 @@
 				<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
    	            <compiler.include-libraries dir="${basedir}/libs" append="true">
    	            	<include name="ApacheFlexLinguisticUtils.swc" />
-   	            	<include name="ApacheflexSpellingEngine.swc" />
+   	            	<include name="ApacheFlexSpellingEngine.swc" />
    	            	<include name="ApacheFlexSpellingFramework.swc" />
    	            	<include name="ApacheFlexSpellingUI.swc" />
    	            </compiler.include-libraries>
@@ -93,7 +93,7 @@
 				<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
    	            <compiler.include-libraries dir="${basedir}/libs" append="true">
    	            	<include name="ApacheFlexLinguisticUtils.swc" />
-   	            	<include name="ApacheflexSpellingEngine.swc" />
+   	            	<include name="ApacheFlexSpellingEngine.swc" />
    	            	<include name="ApacheFlexSpellingFramework.swc" />
    	            	<include name="ApacheFlexSpellingUIEx.swc" />
    	            </compiler.include-libraries>