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 2015/01/21 20:34:37 UTC

git commit: [flex-sdk] [refs/heads/release4.14.0] - missed closing the tag

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.14.0 6cd0c686f -> 92e43e7cd


missed closing the tag


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

Branch: refs/heads/release4.14.0
Commit: 92e43e7cde88b27cf965099c9b403cba2acad7d0
Parents: 6cd0c68
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 11:34:33 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jan 21 11:34:33 2015 -0800

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/92e43e7c/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e8b4e9a..96ea1d5 100644
--- a/build.xml
+++ b/build.xml
@@ -722,7 +722,7 @@
         <!-- frameworks/javascript -->
         <copy todir="${basedir}/temp/frameworks/javascript" includeEmptyDirs="false">
             <fileset dir="${basedir}/frameworks/javascript">
-                <include name="**/**"
+                <include name="**/**" />
                 <exclude name="FABridge/**/swfobject.js"/>
                 <exclude name="FABridge/readme.txt"/>
             </fileset>