Integrate Elemental to the build and deploy as Maven artifact
Contributed by tbroyer
Review at http://gwt-code-reviews.appspot.com/1727808/
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11064 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/build.xml b/samples/build.xml
index 29c0327..0fe5f5f 100644
--- a/samples/build.xml
+++ b/samples/build.xml
@@ -73,7 +73,7 @@
<length property="gwt.sample.length">
<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."/>
+ <echo message="compiled size of all samples is ${gwt.sample.length} bytes." level="info"/>
</target>
<target name="checkstyle" description="Static analysis of GWT source">