[Laszlo-checkins] r10061 - openlaszlo/trunk

hqm@openlaszlo.org hqm at openlaszlo.org
Fri Jun 27 09:40:59 PDT 2008


Author: hqm
Date: 2008-06-27 09:40:57 -0700 (Fri, 27 Jun 2008)
New Revision: 10061

Modified:
   openlaszlo/trunk/build.xml
Log:
Change 20080627-hqm-0 by hqm at badtzmaru.home on 2008-06-27 12:37:02 EDT
    in /Users/hqm/openlaszlo/trunk4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary:  swf resource files are corrupted in docs

New Features:

Bugs Fixed: lpp-6476

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    

Tests:



Modified: openlaszlo/trunk/build.xml
===================================================================
--- openlaszlo/trunk/build.xml	2008-06-27 15:43:02 UTC (rev 10060)
+++ openlaszlo/trunk/build.xml	2008-06-27 16:40:57 UTC (rev 10061)
@@ -168,10 +168,15 @@
 
       <!-- Exclude images, because we don't want to replace VERSIONID inside images. --> 
       <exclude name="**/*.png" />      
-      <exclude name="**/*.gif" />                          
+      <exclude name="**/*.gif" />
+      <exclude name="**/*.swf" />
       <exclude name="**/*.jpg" />
       <exclude name="**/*.jpeg" />
+      <exclude name="**/*.ico" />
+      <exclude name="**/*.pdf" />
+      <exclude name="**/*.zip" />
 
+
       <include name="guide_fr/**" />
 
       <include name="installation/**" />



More information about the Laszlo-checkins mailing list