Move our GWT stuff around.

This avoids having it look like normal Java source and then confusing tools
because there are two copies of DefaultCollector.
This commit is contained in:
Michael Bayne
2014-12-01 16:46:51 -08:00
parent 614bb82b17
commit 692adc47f4
7 changed files with 6 additions and 8 deletions
@@ -0,0 +1,5 @@
<!-- defines our GWT module -->
<module>
<source path="mustache"/>
<super-source path="super"/>
</module>