exclude compiled vaadin widgetset from license check

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-05-20 14:25:03 +02:00
parent 47e254e14e
commit fe1e2f74e7

View File

@@ -164,6 +164,7 @@
<exclude>**/*.sql</exclude>
<exclude>eclipse_codeformatter.xml</exclude>
<exclude>**/addons.scss</exclude>
<exclude>**/VAADIN/widgetsets/**</exclude>
</excludes>
<mapping>
<scss>JAVADOC_STYLE</scss>