You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2012/07/23 16:50:51 UTC

svn commit: r1364663 - /incubator/flex/trunk/build.xml

Author: jmclean
Date: Mon Jul 23 14:50:51 2012
New Revision: 1364663

URL: http://svn.apache.org/viewvc?rev=1364663&view=rev
Log:
Fixed locale build path when deleting bundles

Modified:
    incubator/flex/trunk/build.xml

Modified: incubator/flex/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1364663&r1=1364662&r2=1364663&view=diff
==============================================================================
--- incubator/flex/trunk/build.xml (original)
+++ incubator/flex/trunk/build.xml Mon Jul 23 14:50:51 2012
@@ -1061,7 +1061,7 @@
             <include name="*/bundles/**/docs/**"/>
             <include name="*/bundles/*/*.xml"/>
             <include name="*/bundles/*/packages.dita"/>
-            <exclude name="*/bundles/{$locale}"/>
+            <exclude name="*/bundles/${locale}"/>
         </delete>