correctly exclude zen theme

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

Branch: refs/heads/VF2JS
Commit: 0fe732386b5640fb649852a6d43664abbe9ccf68
Parents: e27404d
Author: Alex Harui <aha...@apache.org>
Authored: Tue Jul 1 20:54:47 2014 -0700
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Mon Jul 28 11:39:25 2014 +0200

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0fe73238/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 13c6fb4..7ec5698 100644
--- a/build.xml
+++ b/build.xml
@@ -616,7 +616,7 @@
                 <exclude name="**/*.swf"/>
                 <!-- zen theme is missing assets.  Don't package it
                  because FB will fail when it can't find the swc -->
-                <exclude name="zen/**"/>
+                <exclude name="themes/zen/**"/>
             </fileset>
         </copy>
         
@@ -998,7 +998,7 @@ There are no known issues.
                 <include name="**/*.swf"/>
                 <!-- don't package zen theme as it is missing
                  some assets and FB fails looking for the swc -->
-                <exclude name="zen/**"/>
+                <exclude name="themes/zen/**"/>
             </fileset>
         </copy>
 

Reply via email to