Repository: flex-utilities
Updated Branches:
  refs/heads/develop ffccc7ece -> 8de9b1a34


fix ui path and update version


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

Branch: refs/heads/develop
Commit: cb9548453dcc03d725186eb3a617c1c3a4abb107
Parents: ffccc7e
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sat Oct 11 12:43:27 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sat Oct 11 12:43:27 2014 +1100

----------------------------------------------------------------------
 Squiggly/build.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/cb954845/Squiggly/build.xml
----------------------------------------------------------------------
diff --git a/Squiggly/build.xml b/Squiggly/build.xml
index 7c68f2f..a6359b7 100644
--- a/Squiggly/build.xml
+++ b/Squiggly/build.xml
@@ -28,7 +28,7 @@
         <isset property="env.FLEX_HOME" />
     </condition>
                
-    <property name="version" value="1.0" />
+    <property name="version" value="1.1" />
        
     <path id="flexTasks.path">
         <fileset dir="${FLEX_HOME}">
@@ -68,10 +68,10 @@
                    <doc-classes 
class="com.adobe.linguistics.spelling.framework.ResourceTable"/>
                    <doc-classes 
class="com.adobe.linguistics.spelling.framework.SpellingConfiguration"/>        
           
                    <doc-classes 
class="com.adobe.linguistics.spelling.framework.SpellingService"/>              
   
-                   <doc-classes 
class="com.adobe.linguistics.spelling.ui.IHighlighter"/>
-                   <doc-classes 
class="com.adobe.linguistics.spelling.ui.HaloHighlighter"/>
-                       <doc-classes 
class="com.adobe.linguistics.spelling.ui.SparkHighlighter"/>
-                       <doc-classes 
class="com.adobe.linguistics.spelling.ui.TLFHighlighter"/>
+                   <doc-classes 
class="com.adobe.linguistics.spelling.framework.ui.IHighlighter"/>
+                   <doc-classes 
class="com.adobe.linguistics.spelling.framework.ui.HaloHighlighter"/>
+                       <doc-classes 
class="com.adobe.linguistics.spelling.framework.ui.SparkHighlighter"/>
+                       <doc-classes 
class="com.adobe.linguistics.spelling.framework.ui.TLFHighlighter"/>
                            
                        <compiler.source-path 
path-element="main/SpellingUI/src"/>
                        <compiler.source-path 
path-element="main/SpellingUITLF/src"/>
@@ -80,7 +80,7 @@
                        <compiler.source-path 
path-element="main/SpellingFramework/src"/>
                        
                        <package name="com.adobe.linguistics.spelling" 
description="This package providing spell checking functionality to your action 
script applications. This includes the core spell checking engine and the 
optional SpellUI class for easy integration with your existing Flex projects." 
/>
-                       <package name="com.adobe.linguistics.spelling.ui" 
description="This package provides text highlighting related functionalities." 
/>
+                       <package 
name="com.adobe.linguistics.spelling.framework.ui" description="This package 
provides text highlighting related functionalities." />
                        <package 
name="com.adobe.linguistics.spelling.framework" description="This package 
provides spelling service and spelling configuration related functionalities." 
/>
                        <package name="com.adobe.linguistics.utils" 
description="This package provides text parsing and tokenizing related 
classes." />
                </asdoc>
@@ -207,4 +207,4 @@
        </delete>
        <delete dir="${basedir}/out"/> 
     </target>
-</project>
\ No newline at end of file
+</project>

Reply via email to