Author: [email protected]
Date: Tue Jan 13 15:55:12 2009
New Revision: 4445
Modified:
releases/1.6/samples/build.xml
Log:
Updating sample size calculation.
Modified: releases/1.6/samples/build.xml
==============================================================================
--- releases/1.6/samples/build.xml (original)
+++ releases/1.6/samples/build.xml Tue Jan 13 15:55:12 2009
@@ -51,9 +51,7 @@
</antcall>
</gwt.timer>
<length property="gwt.sample.length">
- <fileset dir="${gwt.build.out}/samples">
- <include name="**/www/com*/**"/>
- </fileset>
+ <fileset dir="${gwt.build.out}/samples"
includes="*/war/*/*.cache.html,*/war/*/*.cache.js"/>
</length>
<echo message="compiled size of all samples is ${gwt.sample.length}
bytes."/>
</target>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---