diff options
Diffstat (limited to 'checkstyle/import-control.xml')
-rw-r--r-- | checkstyle/import-control.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/checkstyle/import-control.xml b/checkstyle/import-control.xml new file mode 100644 index 0000000000..076dbd8a22 --- /dev/null +++ b/checkstyle/import-control.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<!DOCTYPE import-control PUBLIC + "-//Puppy Crawl//DTD Import Control 1.1//EN" + "http://www.puppycrawl.com/dtds/import_control_1_1.dtd"> + +<import-control pkg="com.vaadin"> + <allow pkg=".*" regex="true" /> + <disallow class="com.google.gwt.user.client.Element" /> +</import-control>
\ No newline at end of file |