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/06/18 23:33:10 UTC

svn commit: r1351495 - /incubator/flex/trunk/frameworks/javascript/build.xml

Author: cframpton
Date: Mon Jun 18 21:33:10 2012
New Revision: 1351495

URL: http://svn.apache.org/viewvc?rev=1351495&view=rev
Log:
Don't clean SourceTree.swf which is a file in svn.

Modified:
    incubator/flex/trunk/frameworks/javascript/build.xml

Modified: incubator/flex/trunk/frameworks/javascript/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/javascript/build.xml?rev=1351495&r1=1351494&r2=1351495&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/javascript/build.xml (original)
+++ incubator/flex/trunk/frameworks/javascript/build.xml Mon Jun 18 21:33:10 2012
@@ -38,6 +38,7 @@
 		<delete includeemptydirs="true" failonerror="false">
 			<fileset dir="FABridge/samples">
 			    <include name="**/*.swf"/>
+			    <exclude name="srcview/SourceTree.swf"/>
 			</fileset>
 			<fileset dir="FABridge/samples/fabridge"/>
 			<fileset dir="FABridge/samples/srcview/source/fabridge/javascript"/>