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/master
Commit: cef6a043f3c195f0fc4e8b220531d4061bf7e0da
Parents: 93be453
Author: Alex Harui <aha...@apache.org>
Authored: Sat Nov 8 21:13:47 2014 -0800
Committer: Alex Harui <aha...@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>

Reply via email to