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 16:51:01 UTC

git commit: [flex-utilities] [refs/heads/apache-tour-de-flex-1.2] - try to fix squiggly examples on nightly builds

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


try to fix squiggly examples on nightly builds


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

Branch: refs/heads/apache-tour-de-flex-1.2
Commit: 80f83def788a6babf4d09d7e66a76e6bb6643422
Parents: cef6a04
Author: Alex Harui <ah...@apache.org>
Authored: Sun Nov 9 07:50:49 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Nov 9 07:50:49 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/80f83def/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index 2478288..c11e0fa 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -507,6 +507,14 @@
 			</fileset>
 		</copy>
 
+        <!-- So squiggly works in nightly builds of Tour De Flex app -->
+        <mkdir dir="${basedir}/src/dictionaries"/>
+        <copy todir="${basedir}/src/dictionaries">
+            <fileset dir="${unpack.dir}/dictionaries/">
+                <include name="**" />
+            </fileset>
+        </copy>
+
 		<!-- So squiggly works stand alone -->
 		<mkdir dir="${basedir}/src/apache/squiggly/dictionaries"/>
 		<copy todir="${basedir}/src/apache/squiggly/dictionaries/">