You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/07/24 21:55:29 UTC

svn commit: r1365261 - /incubator/flex/trunk/frameworks/projects/flash-integration/build.xml

Author: cframpton
Date: Tue Jul 24 19:55:29 2012
New Revision: 1365261

URL: http://svn.apache.org/viewvc?rev=1365261&view=rev
Log:
Clean shouldn't delete bundles/en_GB/empty.properties and bundles/en_AU/empty.properties since these files are in the repository.  Change exclude for bundles/en_us/empty.properties to en_*.

Modified:
    incubator/flex/trunk/frameworks/projects/flash-integration/build.xml

Modified: incubator/flex/trunk/frameworks/projects/flash-integration/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/flash-integration/build.xml?rev=1365261&r1=1365260&r2=1365261&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/flash-integration/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/flash-integration/build.xml Tue Jul 24 19:55:29 2012
@@ -100,7 +100,7 @@
 			    <include name="bundles.properties"/>
 			    <include name="bundles/*/empty.properties"/>
 			    <include name="libs/flash-integration.swc"/>
-			    <exclude name="bundles/en_US/empty.properties"/>
+			    <exclude name="bundles/en_*/empty.properties"/>
 			</fileset>
 			<fileset dir="${FLEX_HOME}/frameworks/libs">
 				<include name="flash-integration.swc"/>