Author: raju
Date: 2007-08-10 19:27:42 -0700 (Fri, 10 Aug 2007)
New Revision: 6023

Modified:
   labs/lzproject/trunk/build.xml
Log:
The white paper has been added to the app. Now we have to make sure that PDF 
files a copied into the temp folder as well, so they get packaged into the WAR.


Modified: labs/lzproject/trunk/build.xml
===================================================================
--- labs/lzproject/trunk/build.xml      2007-08-11 02:20:32 UTC (rev 6022)
+++ labs/lzproject/trunk/build.xml      2007-08-11 02:27:42 UTC (rev 6023)
@@ -131,6 +131,7 @@
                                <exclude name="**/*.gif" />
                                <exclude name="**/*.jpg" />
                                <exclude name="**/*.mp3" />
+                               <exclude name="**/*.pdf" />
                                <exclude name="**/*.png" />
                                <exclude name="**/*.swf" />
                                <exclude name="**/*.ttf" />
@@ -153,6 +154,7 @@
                                <include name="**/*.gif" />
                                <include name="**/*.jpg" />
                                <include name="**/*.mp3" />
+                               <include name="**/*.pdf" />
                                <include name="**/*.png" />
                                <include name="**/*.swf" />
                                <include name="**/*.ttf" />


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to