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/master
Commit: 92e43e7cde88b27cf965099c9b403cba2acad7d0
Parents: 6cd0c68
Author: Alex Harui <[email protected]>
Authored: Wed Jan 21 11:34:33 2015 -0800
Committer: Alex Harui <[email protected]>
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>

Reply via email to