Reviewers: metaweta,

Description:
* Updates the compiled version of Boxed.swf
* Change to build.xml to upload Boxed.swf to appengine

Please review this at http://codereview.appspot.com/224103/show

Affected files:
  M     build.xml
  M     src/com/google/caja/demos/flash/Boxed.swf


Index: src/com/google/caja/demos/flash/Boxed.swf
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: build.xml
===================================================================
--- build.xml   (revision 4000)
+++ build.xml   (working copy)
@@ -789,6 +789,9 @@
         <include name="Playground.css" />
         <include name="taming.js" />
       </fileset>
+      <fileset dir="${src}/com/google/caja/demos/flash">
+        <include name="Boxed.swf" />
+      </fileset>
     </copy>
   </target>



Reply via email to